add alias after finishing the mass tag edit
This commit is contained in:
parent
036939eea4
commit
e538181fa1
1 changed files with 5 additions and 0 deletions
|
@ -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;}
|
||||
}
|
||||
?>
|
||||
|
|
Reference in a new issue