]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Define undefined variable.
authorAdrian Lang <mail@adrianlang.de>
Sat, 7 Mar 2009 22:38:42 +0000 (23:38 +0100)
committerAdrian Lang <mail@adrianlang.de>
Wed, 11 Mar 2009 09:40:24 +0000 (10:40 +0100)
actions/userrss.php

index a3e5a3aab710a05699ef64eeffb5c6084397d35a..d3bf352d8df3cd71bca218686657be344a2454c9 100644 (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);
         }