Skip to content

Commit

Permalink
'00000000' is a common return key from BadBehaviour, we don't need to…
Browse files Browse the repository at this point in the history
… trigger.. Fixes #633. Thanks Spuds for reporting.

Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
  • Loading branch information
eurich committed Jul 9, 2013
1 parent c89b5c5 commit 0807dec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sources/subs/BadBehavior.subs.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ function getBadBehaviorLogEntries($start, $items_per_page, $sort, $filter = '')
$key_response['response'] = '';
$key_response['explanation'] = '';
$key_response['log'] = '';
trigger_error('bb2_get_response(): returned invalid response key \'' . $key_response[0] . '\'', E_USER_WARNING);
}

$bb_entries[$row['id']] = array(
Expand Down

0 comments on commit 0807dec

Please sign in to comment.