don't get a count anywhere
darcs-hash:20080722163200-84dde-736d11972503a37c062fe51c38c58eaf38a11862.gz
This commit is contained in:
parent
42ac47915b
commit
39de5b81b3
@ -43,7 +43,7 @@ class AllrssAction extends Rss10Action {
|
|||||||
|
|
||||||
$user = $this->user;
|
$user = $this->user;
|
||||||
|
|
||||||
list($cnt, $notice) = $user->noticesWithFriends(0, $limit);
|
$notice = $user->noticesWithFriends(0, $limit);
|
||||||
|
|
||||||
while ($notice->fetch()) {
|
while ($notice->fetch()) {
|
||||||
$notices[] = clone($notice);
|
$notices[] = clone($notice);
|
||||||
|
@ -223,7 +223,7 @@ class TwitapistatusesAction extends TwitterapiAction {
|
|||||||
$link = common_local_url('all', array('nickname' => $user->nickname));
|
$link = common_local_url('all', array('nickname' => $user->nickname));
|
||||||
$subtitle = sprintf(_("Updates from %s and friends on %s!"), $user->nickname, $sitename);
|
$subtitle = sprintf(_("Updates from %s and friends on %s!"), $user->nickname, $sitename);
|
||||||
|
|
||||||
list($cnt, $notice) = $user->noticesWithFriends(($page-1)*20, $count);
|
$notice = $user->noticesWithFriends(($page-1)*20, $count);
|
||||||
|
|
||||||
switch($apidata['content-type']) {
|
switch($apidata['content-type']) {
|
||||||
case 'xml':
|
case 'xml':
|
||||||
|
Loading…
Reference in New Issue
Block a user