From d5527d6dc867b3d231611a2fe79c7400a01a81ba Mon Sep 17 00:00:00 2001 From: Shish Date: Thu, 2 Feb 2012 05:23:55 +0000 Subject: [PATCH] missed a global --- ext/tag_edit/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/tag_edit/main.php b/ext/tag_edit/main.php index e909d179..a01ca8e6 100644 --- a/ext/tag_edit/main.php +++ b/ext/tag_edit/main.php @@ -72,7 +72,7 @@ class TagEdit extends SimpleExtension { } public function onImageInfoSet($event) { - global $user; + global $user, $page; if($this->can_tag($event->image)) { send_event(new TagSetEvent($event->image, $_POST['tag_edit__tags'])); if($this->can_source($event->image)) {