diff options
author | zotlabs <mike@macgirvin.com> | 2018-10-30 17:21:39 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-10-30 17:21:39 -0700 |
commit | 9594105e577fc7d436273f32d2e067c5c277ae52 (patch) | |
tree | e4b3b80c0efeeb3d8bf27296f5fc73f756047d2c /include/hubloc.php | |
parent | 675343f575f7f53f85462e8604ea7e81e05ad51f (diff) | |
download | volse-hubzilla-9594105e577fc7d436273f32d2e067c5c277ae52.tar.gz volse-hubzilla-9594105e577fc7d436273f32d2e067c5c277ae52.tar.bz2 volse-hubzilla-9594105e577fc7d436273f32d2e067c5c277ae52.zip |
typo
Diffstat (limited to 'include/hubloc.php')
-rw-r--r-- | include/hubloc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hubloc.php b/include/hubloc.php index 2efafc29b..b2903b0ee 100644 --- a/include/hubloc.php +++ b/include/hubloc.php @@ -187,7 +187,7 @@ function hubloc_change_primary($hubloc) { return false; } - logger('setting primary: ' . $hubloc['hubloc_url'] . ((intval($hubloc['hubloc_primary'])) ' true' : 'false')); + logger('setting primary: ' . $hubloc['hubloc_url'] . ((intval($hubloc['hubloc_primary'])) ? ' true' : ' false')); // See if this is a local hubloc and if so update the primary for the corresponding channel record. |