From 0f5f44bc95ac48aa9466a2c77f1e9e9b059b15f2 Mon Sep 17 00:00:00 2001 From: czaks Date: Sun, 11 Aug 2013 17:34:43 -0400 Subject: [PATCH] spoilerimage config variable: this got fixed doubly, once wrong, merge both fixes Conflicts: inc/config.php --- inc/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/config.php b/inc/config.php index 049b59f0..fd44e9a2 100644 --- a/inc/config.php +++ b/inc/config.php @@ -1093,10 +1093,10 @@ $config['mod']['bandelete'] = MOD; // Remove bans $config['mod']['unban'] = MOD; + // Spoiler file (and keep post) + $config['mod']['spoilerimage'] = JANITOR; // Delete file (and keep post) $config['mod']['deletefile'] = JANITOR; - // Spoiler image - $config['mod']['spoilerimage'] = JANITOR; // Delete all posts by IP $config['mod']['deletebyip'] = MOD; // Delete all posts by IP across all boards