missed a var
This commit is contained in:
parent
c2689ba519
commit
4da56c12db
@ -56,7 +56,7 @@ class Tag_History extends SimpleExtension {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function onPageRequest($event) {
|
public function onPageRequest($event) {
|
||||||
global $config, $page;
|
global $config, $page, $user;
|
||||||
|
|
||||||
if ($event->page_matches("tag_history")) {
|
if ($event->page_matches("tag_history")) {
|
||||||
if($event->get_arg(0) == "revert") {
|
if($event->get_arg(0) == "revert") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user