diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-12 18:35:28 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-12 18:35:28 +0000 |
commit | dfc668facbbe1c82440081fc3f556194ed0a7627 (patch) | |
tree | f8853d90e8775d11176be4973d950a46afaf4eed /actions/systemsettings | |
parent | 116ff3ae92e54c1de9b30344e0417fb87d08175d (diff) | |
download | elgg-dfc668facbbe1c82440081fc3f556194ed0a7627.tar.gz elgg-dfc668facbbe1c82440081fc3f556194ed0a7627.tar.bz2 |
Refs #232: Diagnostics now on by default on new installs.
git-svn-id: https://code.elgg.org/elgg/trunk@1864 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'actions/systemsettings')
-rw-r--r-- | actions/systemsettings/install.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/systemsettings/install.php b/actions/systemsettings/install.php index 84ac08953..fa7d3a511 100644 --- a/actions/systemsettings/install.php +++ b/actions/systemsettings/install.php @@ -56,6 +56,7 @@ enable_plugin('river', $site->getGUID()); enable_plugin('updateclient', $site->getGUID()); enable_plugin('logbrowser', $site->getGUID()); + enable_plugin('diagnostics', $site->getGUID()); // Now ping home |