]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
declare attributes of TagAction
authorEvan Prodromou <evan@status.net>
Sun, 18 Sep 2011 16:52:38 +0000 (12:52 -0400)
committerEvan Prodromou <evan@status.net>
Sun, 18 Sep 2011 16:52:38 +0000 (12:52 -0400)
actions/tag.php

index 33339cb8bfd153fd95976cfe684dc476ad1300ee..e0cb9783d1e38b3a98adeb1a760f87e6b5a2c290 100644 (file)
@@ -23,6 +23,8 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); }
 class TagAction extends Action
 {
     var $notice;
+    var $tag;
+    var $page;
 
     function prepare($args)
     {