diff options
| -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 | 
