[ticket/11620] Fixed a typo on check_ban_test

PHPBB3-11620
This commit is contained in:
asperous 2013-07-12 11:28:17 -07:00 committed by Andy Chase
parent 2d850ba7a8
commit 13e4271c50

View file

@ -27,7 +27,7 @@ class phpbb_session_check_ban_test extends phpbb_session_test_case
array('Matching values in the database, should be banned', array('Matching values in the database, should be banned',
4, '127.0.0.1', 'bar@example.org', true, /* ?: */ true), 4, '127.0.0.1', 'bar@example.org', true, /* ?: */ true),
array('IP Banned, should be banned', array('IP Banned, should be banned',
false, '127.1.1.1', false, falseN, /* ?: */ true), false, '127.1.1.1', false, false, /* ?: */ true),
); );
} }