php notice fix -- misspelled bit

This commit is contained in:
Brion Vibber 2011-03-29 15:05:54 -07:00
parent 9f1603462d
commit d7304d5659
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ abstract class FilteringNoticeStream extends NoticeStream
$ids = array();
while ($notices->fetch()) {
$ids[] = $notice->id;
$ids[] = $notices->id;
}
return $ids;