forked from GNUsocial/gnu-social
Define undefined variable.
This commit is contained in:
parent
e8e4043996
commit
4c8c9bb9df
@ -83,6 +83,7 @@ class AllrssAction extends Rss10Action
|
|||||||
{
|
{
|
||||||
$user = $this->user;
|
$user = $this->user;
|
||||||
$notice = $user->noticesWithFriends(0, $limit);
|
$notice = $user->noticesWithFriends(0, $limit);
|
||||||
|
$notices = array();
|
||||||
|
|
||||||
while ($notice->fetch()) {
|
while ($notice->fetch()) {
|
||||||
$notices[] = clone($notice);
|
$notices[] = clone($notice);
|
||||||
|
Loading…
Reference in New Issue
Block a user