From a6e20a9e85ac925de0ef59b4c69e5436f1661c5f Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Mon, 6 Sep 2010 17:27:31 +0200 Subject: fix error --- actions/get_statuses.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions') diff --git a/actions/get_statuses.php b/actions/get_statuses.php index c328e44b7..6f7620beb 100644 --- a/actions/get_statuses.php +++ b/actions/get_statuses.php @@ -16,7 +16,7 @@ { $iconSize = 'small'; $rosterItemsUsernames = explode(',', $usernames); - $userFriendsEntities = $_SESSION['user']->getFriends('', count($rosterItemsUsernames), 0); + $userFriendsEntities = $_SESSION['user']->getFriends('', 1000000000, 0); $res = array(); foreach ($rosterItemsUsernames as $value) -- cgit v1.2.3