From 6438acd96b4fe431dee7e94e6eeae80587a348ae Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 25 Jul 2008 15:47:19 +0000 Subject: Main pinging mechanism now functional git-svn-id: https://code.elgg.org/elgg/trunk@1543 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/systemsettings/install.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'actions/systemsettings/install.php') 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")); -- cgit v1.2.3