another attribute error
darcs-hash:20080915072738-84dde-377131613c91dcb353bc6aaf55bae8ce1b7f13e5.gz
This commit is contained in:
parent
4bd2c2ad72
commit
6451b7ad6a
@ -44,7 +44,7 @@ class NoticeWrapper {
|
||||
static $fields = array('id', 'profile_id', 'uri', 'content', 'rendered',
|
||||
'url', 'created', 'modified', 'reply_to', 'is_local', 'source');
|
||||
$this->i++;
|
||||
if ($this->i >= count($notices)) {
|
||||
if ($this->i >= count($this->notices)) {
|
||||
return false;
|
||||
} else {
|
||||
$n = $this->notices[$this->i];
|
||||
|
Loading…
Reference in New Issue
Block a user