This commit is contained in:
Shish
2019-10-02 10:10:47 +01:00
parent 486c048950
commit 8f688fd2c6
7 changed files with 12 additions and 12 deletions

View File

@@ -200,10 +200,11 @@ class TranscodeImage extends Extension
try {
$database->rollback();
} catch (Exception $e) {
// is this safe? o.o
}
}
}
flash_message("Transcoded $total items");
flash_message("Transcoded $total items");
}
break;
}