php notice fix -- misspelled bit

Cette révision appartient à :
Brion Vibber 2011-03-29 15:05:54 -07:00
Parent 9f1603462d
révision d7304d5659

Voir le fichier

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