From ff3c511e3d66534b74113b492ecfbe60e74d1459 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 21 Aug 2008 16:19:16 +0000 Subject: Fixes #269 git-svn-id: https://code.elgg.org/elgg/trunk@2035 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/systemsettings/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/systemsettings/install.php b/actions/systemsettings/install.php index 4260bf818..35cae93c1 100644 --- a/actions/systemsettings/install.php +++ b/actions/systemsettings/install.php @@ -79,7 +79,7 @@ // Now ping home - if ((!isset($usage)) || ($usage!='disabled')) + if ($usage!='disabled') { ping_home($site); } -- cgit v1.2.3