log mass tag edits
This commit is contained in:
parent
d7578e754f
commit
e7fc084f44
@ -187,6 +187,8 @@ class TagEdit extends Extension {
|
|||||||
$search_set = Tag::explode($search);
|
$search_set = Tag::explode($search);
|
||||||
$replace_set = Tag::explode($replace);
|
$replace_set = Tag::explode($replace);
|
||||||
|
|
||||||
|
log_info("tag_edit", "Mass editing tags: '$search' -> '$replace'");
|
||||||
|
|
||||||
$last_id = -1;
|
$last_id = -1;
|
||||||
while(true) {
|
while(true) {
|
||||||
// make sure we don't look at the same images twice.
|
// make sure we don't look at the same images twice.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user