From: Evan Prodromou <evan@status.net>
Date: Sun, 18 Sep 2011 16:52:38 +0000 (-0400)
Subject: declare attributes of TagAction
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=be4e3593f58c8b5d39544b94b9492b452b1cba60;p=quix0rs-gnu-social.git

declare attributes of TagAction
---

diff --git a/actions/tag.php b/actions/tag.php
index 33339cb8bf..e0cb9783d1 100644
--- a/actions/tag.php
+++ b/actions/tag.php
@@ -23,6 +23,8 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); }
 class TagAction extends Action
 {
     var $notice;
+    var $tag;
+    var $page;
 
     function prepare($args)
     {