diff options
author | friendica <info@friendica.com> | 2015-02-16 17:01:41 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-16 17:01:41 -0800 |
commit | 3d9273afad8645e2c3a063e797c0ac58c2cba2eb (patch) | |
tree | 7f6ef741621b57dc4ed42b9ca8c94fdf082c4fda /include/api.php | |
parent | 533f39debe494dc826570ff030fcda35041d9038 (diff) | |
parent | e0c9929325c4c4493e76f3e6dfe7c4ada63a55ea (diff) | |
download | volse-hubzilla-3d9273afad8645e2c3a063e797c0ac58c2cba2eb.tar.gz volse-hubzilla-3d9273afad8645e2c3a063e797c0ac58c2cba2eb.tar.bz2 volse-hubzilla-3d9273afad8645e2c3a063e797c0ac58c2cba2eb.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'include/api.php')
-rw-r--r-- | include/api.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/api.php b/include/api.php index d5c2a429c..d0c4ed0aa 100644 --- a/include/api.php +++ b/include/api.php @@ -808,8 +808,8 @@ require_once('include/items.php'); require_once('include/security.php'); - $lastwall = q("SELECT * from item where 1 - and item_private = 0 and item_restrict = 0 + $lastwall = q("SELECT * from item where + item_private = 0 and item_restrict = 0 and author_xchan = '%s' and allow_cid = '' and allow_gid = '' and deny_cid = '' and deny_gid = '' and verb = '%s' |