From d28b44c262b95cd4b50060beebb311b82c0df56c Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 21 Aug 2008 17:39:32 +0000 Subject: Fixed ping error. Fixes #269 git-svn-id: https://code.elgg.org/elgg/trunk@2038 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/systemsettings/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/systemsettings/install.php') diff --git a/actions/systemsettings/install.php b/actions/systemsettings/install.php index efc0f61b4..59d784df6 100644 --- a/actions/systemsettings/install.php +++ b/actions/systemsettings/install.php @@ -80,7 +80,7 @@ enable_plugin('diagnostics', $site->getGUID()); // Now ping home - if ($usage=='') + if ($usage) { ping_home($site); } -- cgit v1.2.3