X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Ftag.php;h=e0cb9783d1e38b3a98adeb1a760f87e6b5a2c290;hb=0503bcb0e2dd75de10a74ee5fc12d1523a44b028;hp=33339cb8bfd153fd95976cfe684dc476ad1300ee;hpb=9948523c33ea0d02681ff1e0cd4fcb839dc9df96;p=quix0rs-gnu-social.git 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) {