diff options
Diffstat (limited to 'actions')
-rw-r--r-- | actions/systemsettings/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |