From 4da56c12dbc71240642dfcc15f95783ed3af6680 Mon Sep 17 00:00:00 2001 From: Shish Date: Tue, 31 Jan 2012 12:16:34 +0000 Subject: [PATCH] missed a var --- contrib/tag_history/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/tag_history/main.php b/contrib/tag_history/main.php index 6b6205af..6bfa1928 100644 --- a/contrib/tag_history/main.php +++ b/contrib/tag_history/main.php @@ -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") {