From 52b72c0ee2a45c6c846a84731201ea3037b97bf6 Mon Sep 17 00:00:00 2001 From: blahblah666 Date: Wed, 28 Jan 2015 23:37:33 -0800 Subject: [PATCH] Update 8chan-mod-pages.php --- inc/8chan-mod-pages.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/8chan-mod-pages.php b/inc/8chan-mod-pages.php index a6f76d44..2afad53e 100644 --- a/inc/8chan-mod-pages.php +++ b/inc/8chan-mod-pages.php @@ -577,6 +577,7 @@ EOT; // be smarter about rebuilds...only some changes really require us to rebuild all threads if ($_config['captcha']['enabled'] != $config['captcha']['enabled'] + || $_config['new_thread_capt'] != $config['new_tread_capt'] /*New thread captcha - if toggling "enable captcha" requires this, toggling new thread capt does too, I guess.*/ || $_config['captcha']['extra'] != $config['captcha']['extra'] || $_config['blotter'] != $config['blotter'] || $_config['field_disable_name'] != $config['field_disable_name']