mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Fix a minor typo
git-svn-id: file:///svn/phpbb/trunk@5308 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
318e561cb2
commit
9f1f945d5d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue