add alias after finishing the mass tag edit

This commit is contained in:
Shish 2012-03-30 16:40:14 +01:00
parent 036939eea4
commit e538181fa1

View file

@ -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;}
}
?>