From be88d026bd2aaa66d265a29651b22f792cc957de Mon Sep 17 00:00:00 2001 From: czaks Date: Mon, 6 Apr 2015 22:47:46 +0200 Subject: [PATCH] infinity/smart-build: typo --- inc/instance-config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/instance-config.php b/inc/instance-config.php index 4a1572a7..97b20491 100644 --- a/inc/instance-config.php +++ b/inc/instance-config.php @@ -177,7 +177,7 @@ $config['hour_max_threads'] = 10; $config['filters'][] = array( 'condition' => array( - 'custom' => 'test_posts_per_hour' + 'custom' => 'max_posts_per_hour' ), 'action' => 'reject', 'message' => 'On this board, to prevent raids the number of threads that can be created per hour is limited. Please try again later, or post in an existing thread.'