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',
|
static $fields = array('id', 'profile_id', 'uri', 'content', 'rendered',
|
||||||
'url', 'created', 'modified', 'reply_to', 'is_local', 'source');
|
'url', 'created', 'modified', 'reply_to', 'is_local', 'source');
|
||||||
$this->i++;
|
$this->i++;
|
||||||
if ($this->i >= count($notices)) {
|
if ($this->i >= count($this->notices)) {
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
$n = $this->notices[$this->i];
|
$n = $this->notices[$this->i];
|
||||||
|
Loading…
Reference in New Issue
Block a user