Comment mistake

This commit is contained in:
Michael Foster 2013-09-08 14:59:43 +10:00
parent d80af7d077
commit a13571cdad

View File

@ -325,7 +325,7 @@
// Minimum time between posts with the same text. (Same content, but not always the same IP address.) // Minimum time between posts with the same text. (Same content, but not always the same IP address.)
$config['filters'][] = array( $config['filters'][] = array(
'condition' => array( 'condition' => array(
'flood-match' => array('body'), // Match IP address and post body 'flood-match' => array('body'), // Match only post body
'flood-time' => &$config['flood_time_same'] 'flood-time' => &$config['flood_time_same']
), ),
'action' => 'reject', 'action' => 'reject',