ImageInfoSetEvent has no event->page?

This commit is contained in:
Shish 2008-12-23 13:27:12 -08:00
parent 216da01fb3
commit 7ec6447c3b

View File

@ -36,7 +36,8 @@ class TagEdit extends Extension {
} }
} }
else { else {
$this->theme->display_error($event->page, "Error", "Anonymous tag editing is disabled"); global $page;
$this->theme->display_error($page, "Error", "Anonymous tag editing is disabled");
} }
} }