From: Pablo Martin Date: Mon, 6 Sep 2010 15:27:31 +0000 (+0200) Subject: fix error X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a6e20a9e85ac925de0ef59b4c69e5436f1661c5f;p=lorea%2Felgg.git fix error --- 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)