aboutsummaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-21 16:19:16 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-21 16:19:16 +0000
commitff3c511e3d66534b74113b492ecfbe60e74d1459 (patch)
tree00263d63b7ce91b37061f7dd1c2c1e092a0af608 /actions
parenta8cb3827f1271bc30d7e2a5973340d0028d518bd (diff)
downloadelgg-ff3c511e3d66534b74113b492ecfbe60e74d1459.tar.gz
elgg-ff3c511e3d66534b74113b492ecfbe60e74d1459.tar.bz2
Fixes #269
git-svn-id: https://code.elgg.org/elgg/trunk@2035 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'actions')
-rw-r--r--actions/systemsettings/install.php2
1 files changed, 1 insertions, 1 deletions
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);
}