aboutsummaryrefslogtreecommitdiff
path: root/actions/systemsettings/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/systemsettings/install.php')
-rw-r--r--actions/systemsettings/install.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/actions/systemsettings/install.php b/actions/systemsettings/install.php
index dd60c847c..05ec62ba7 100644
--- a/actions/systemsettings/install.php
+++ b/actions/systemsettings/install.php
@@ -54,6 +54,12 @@
// activate river by default
enable_plugin('river', $site->getGUID());
+
+ // Now ping home
+ if ((!isset($usage)) || ($usage!='disabled'))
+ {
+ ping_home($site);
+ }
system_message(elgg_echo("installation:configuration:success"));