remove wall restriction

original didn’t have that
This commit is contained in:
Christian Vogeley 2014-01-25 13:44:31 +01:00
parent 6b3ea9dc14
commit b71e855c5b

View File

@ -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);