From dfc668facbbe1c82440081fc3f556194ed0a7627 Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 12 Aug 2008 18:35:28 +0000 Subject: 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 --- actions/systemsettings/install.php | 1 + 1 file changed, 1 insertion(+) (limited to 'actions/systemsettings') 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 -- cgit v1.2.3