diff options
author | zotlabs <mike@macgirvin.com> | 2017-01-09 14:37:56 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-01-09 14:37:56 -0800 |
commit | a6272fcf769c3fc7c3834b3183dfbe25ec738550 (patch) | |
tree | b72e480213ace2bc47e5c252ef4ff0688c99ed14 /include/zot.php | |
parent | 91e0733e8ef0640df20c18e91c61564458b091d1 (diff) | |
download | volse-hubzilla-a6272fcf769c3fc7c3834b3183dfbe25ec738550.tar.gz volse-hubzilla-a6272fcf769c3fc7c3834b3183dfbe25ec738550.tar.bz2 volse-hubzilla-a6272fcf769c3fc7c3834b3183dfbe25ec738550.zip |
channel move stuff (disabled currently because not yet complete)
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index 96ec71112..c6d52816a 100644 --- a/include/zot.php +++ b/include/zot.php @@ -568,7 +568,7 @@ function zot_gethub($arr, $multiple = false) { } logger('zot_gethub: not found: ' . print_r($arr,true), LOGGER_DEBUG); - return null; + return false; } /** |