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.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);
}