declare attributes of TagAction

This commit is contained in:
Evan Prodromou 2011-09-18 12:52:38 -04:00
parent 06f19d523a
commit be4e3593f5
1 changed files with 2 additions and 0 deletions

View 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)
{