mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
[ticket/11508] Remove unnecessary implode.
PHPBB3-11508
This commit is contained in:
parent
b0dd532c14
commit
9e605b1338
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ class path_helper
|
|||
continue;
|
||||
}
|
||||
|
||||
$params[$key] = implode('=', $arguments);
|
||||
$params[$key] = $arguments[1];
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue