Define undefined variable.
This commit is contained in:
parent
048bc77077
commit
2cbb67c21e
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user