mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Fix a minor typo
git-svn-id: file:///svn/phpbb/trunk@5308 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -33,7 +33,7 @@ $id = request_var('i', '');
|
||||
|
||||
if (is_array($_REQUEST['mode']))
|
||||
{
|
||||
list($mode, ) = each(request_var('mode', array(''));
|
||||
list($mode, ) = each(request_var('mode', array('')));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user