From c3cb0f171b9287a1e3846f7449d407adfa13cd52 Mon Sep 17 00:00:00 2001 From: czaks Date: Sun, 11 Aug 2013 17:22:39 -0400 Subject: [PATCH] fix notice for mod spoiler image --- inc/config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/config.php b/inc/config.php index a46b953a..d35a8d27 100644 --- a/inc/config.php +++ b/inc/config.php @@ -1126,6 +1126,8 @@ $config['mod']['unban'] = MOD; // 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