mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/11508] Remove unnecessary implode.
PHPBB3-11508
This commit is contained in:
@@ -263,7 +263,7 @@ class path_helper
|
||||
continue;
|
||||
}
|
||||
|
||||
$params[$key] = implode('=', $arguments);
|
||||
$params[$key] = $arguments[1];
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user