link to tag changes
This commit is contained in:
parent
c22f28072f
commit
36dac77e5d
@ -61,6 +61,11 @@ class Tag_History implements Extension {
|
|||||||
if(($event instanceof TagSetEvent)) {
|
if(($event instanceof TagSetEvent)) {
|
||||||
$this->add_tag_history($event->image, $event->tags);
|
$this->add_tag_history($event->image, $event->tags);
|
||||||
}
|
}
|
||||||
|
if($event instanceof UserBlockBuildingEvent) {
|
||||||
|
if($user->is_admin()) {
|
||||||
|
$event->add_link("Tag Changes", make_link("tag_history"));
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function install()
|
protected function install()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user