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