From be4e3593f58c8b5d39544b94b9492b452b1cba60 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sun, 18 Sep 2011 12:52:38 -0400 Subject: [PATCH] declare attributes of TagAction --- actions/tag.php | 2 ++ 1 file changed, 2 insertions(+) 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) {