[ticket/11508] Remove unnecessary implode.

PHPBB3-11508
This commit is contained in:
Cesar G 2014-03-19 22:22:48 -07:00
parent b0dd532c14
commit 9e605b1338

View file

@ -263,7 +263,7 @@ class path_helper
continue; continue;
} }
$params[$key] = implode('=', $arguments); $params[$key] = $arguments[1];
} }
} }
else else