diff options
author | Christian Vogeley <christian.vogeley@hotmail.de> | 2014-01-25 13:44:31 +0100 |
---|---|---|
committer | Christian Vogeley <christian.vogeley@hotmail.de> | 2014-01-25 13:44:31 +0100 |
commit | b71e855c5b8abc782c6890d4865ea62e2f72a804 (patch) | |
tree | f9b4ecb1442fe6bd9ff6abe28b61654b868dca0e /include/api.php | |
parent | 6b3ea9dc141e668e4f88e20e864daf845b349995 (diff) | |
download | volse-hubzilla-b71e855c5b8abc782c6890d4865ea62e2f72a804.tar.gz volse-hubzilla-b71e855c5b8abc782c6890d4865ea62e2f72a804.tar.bz2 volse-hubzilla-b71e855c5b8abc782c6890d4865ea62e2f72a804.zip |
remove wall restriction
original didn’t have that
Diffstat (limited to 'include/api.php')
-rw-r--r-- | include/api.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/api.php b/include/api.php index 8cb2c3152..3ab0aad27 100644 --- a/include/api.php +++ b/include/api.php @@ -1269,8 +1269,7 @@ require_once('include/items.php'); 'cid' => $user_info['id'], 'since_id' => $since_id, 'start' => $start, - 'records' => $count, - 'wall' => 1)); + 'records' => $count)); $ret = api_format_items($r,$user_info); |