mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Remove a pointless str_replace()
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8824 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -73,7 +73,7 @@ class session
|
||||
continue;
|
||||
}
|
||||
|
||||
$use_args[str_replace($find, $replace, $key)] = str_replace($find, $replace, $argument);
|
||||
$use_args[] = str_replace($find, $replace, $argument);
|
||||
}
|
||||
unset($args);
|
||||
|
||||
|
Reference in New Issue
Block a user