Define undefined variable.

This commit is contained in:
Adrian Lang 2009-03-07 23:38:42 +01:00
parent 048bc77077
commit 2cbb67c21e
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ class UserrssAction extends Rss10Action
$notice = $user->getNotices(0, ($limit == 0) ? NOTICES_PER_PAGE : $limit);
$notices = array();
while ($notice->fetch()) {
$notices[] = clone($notice);
}