diff --git a/ext/alias_editor/main.php b/ext/alias_editor/main.php index 8fc18a30..539bafde 100644 --- a/ext/alias_editor/main.php +++ b/ext/alias_editor/main.php @@ -138,5 +138,10 @@ class AliasEditor extends Extension { } } } + + // add alias *after* mass tag editing, else the MTE will + // search for the images and be redirected to the alias, + // missing out the images tagged with the oldtag + public function get_priority() {return 60;} } ?>