diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-21 17:39:32 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-21 17:39:32 +0000 |
commit | d28b44c262b95cd4b50060beebb311b82c0df56c (patch) | |
tree | b0c472fd404487265b28b09b88078e206b5594cd /actions | |
parent | c5dd69b30761786ca22878222d42f17e920ae8b2 (diff) | |
download | elgg-d28b44c262b95cd4b50060beebb311b82c0df56c.tar.gz elgg-d28b44c262b95cd4b50060beebb311b82c0df56c.tar.bz2 |
Fixed ping error. Fixes #269
git-svn-id: https://code.elgg.org/elgg/trunk@2038 36083f99-b078-4883-b0ff-0f9b5a30f544
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); } |