1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-31 12:23:48 +01:00

infinity/smart-build: typo

This commit is contained in:
czaks 2015-04-06 22:47:46 +02:00
parent 92e4314a62
commit be88d026bd

View File

@ -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.'