diff options
author | friendica <info@friendica.com> | 2012-12-19 16:48:17 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-19 16:48:17 -0800 |
commit | 893ba371a90a8f304e4e1707d40cbcc3295a43b2 (patch) | |
tree | 8f2955975b1610516bc3bb23d690fe0f8a78c50f /include/zot.php | |
parent | 44e70bdca367344c441b1e26e790ac0465953734 (diff) | |
download | volse-hubzilla-893ba371a90a8f304e4e1707d40cbcc3295a43b2.tar.gz volse-hubzilla-893ba371a90a8f304e4e1707d40cbcc3295a43b2.tar.bz2 volse-hubzilla-893ba371a90a8f304e4e1707d40cbcc3295a43b2.zip |
set_baseurl issue, more cleanup
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 31f0e8771..049cf004b 100644 --- a/include/zot.php +++ b/include/zot.php @@ -284,7 +284,7 @@ function zot_refresh($them,$channel = null) { intval($default_perms), dbesc(datetime_convert()), dbesc(datetime_convert()), - intval(($default_perms) ? 0 : ABOOK_FLAG_BLOCKED|ABOOK_FLAG_IGNORED|ABOOK_FLAG_PENDING) + intval(($default_perms) ? 0 : ABOOK_FLAG_PENDING) ); if($y) { logger("New introduction received for {$channel['channel_name']}"); |