mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00: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:
parent
7a11fdbb64
commit
439cb0eafb
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue