php notice fix -- misspelled bit
This commit is contained in:
parent
9f1603462d
commit
d7304d5659
|
@ -107,7 +107,7 @@ abstract class FilteringNoticeStream extends NoticeStream
|
|||
$ids = array();
|
||||
|
||||
while ($notices->fetch()) {
|
||||
$ids[] = $notice->id;
|
||||
$ids[] = $notices->id;
|
||||
}
|
||||
|
||||
return $ids;
|
||||
|
|
Loading…
Reference in New Issue
Block a user