From dd94c7eda6915070f6299e148b8430614c7ff0ca Mon Sep 17 00:00:00 2001 From: Shish Date: Fri, 12 Feb 2021 20:07:44 +0000 Subject: [PATCH] don't purge image on thumbnail regen --- ext/rule34/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/rule34/main.php b/ext/rule34/main.php index 311f915e..c6163151 100644 --- a/ext/rule34/main.php +++ b/ext/rule34/main.php @@ -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); } }