don't purge image on thumbnail regen

This commit is contained in:
Shish 2021-02-12 20:07:44 +00:00
parent 4c3b68b7d5
commit dd94c7eda6

View File

@ -71,7 +71,7 @@ class Rule34 extends Extension
{
global $database, $user;
if ($user->can(Permissions::MANAGE_ADMINTOOLS)) {
$database->notify("shm_image_bans", $event->hash);
#$database->notify("shm_image_bans", $event->hash);
}
}