missed a var

This commit is contained in:
Shish 2012-01-31 12:16:34 +00:00
parent c2689ba519
commit 4da56c12db

View File

@ -56,7 +56,7 @@ class Tag_History extends SimpleExtension {
}
public function onPageRequest($event) {
global $config, $page;
global $config, $page, $user;
if ($event->page_matches("tag_history")) {
if($event->get_arg(0) == "revert") {