Skip to content
Snippets Groups Projects
Commit 306fca8e authored by Gábor Hojtsy's avatar Gábor Hojtsy
Browse files

#172604 by pwolanin: remove leading space at _menu_find_router_path() to comply to coding standards

parent 73bcf5f0
No related branches found
No related tags found
No related merge requests found
......@@ -1668,7 +1668,7 @@ function menu_link_save(&$item) {
* A path from $menu keys or empty if $link_path points to a nonexisting
* place.
*/
function _menu_find_router_path($menu, $link_path) {
function _menu_find_router_path($menu, $link_path) {
$parts = explode('/', $link_path, MENU_MAX_PARTS);
$router_path = $link_path;
if (!isset($menu[$router_path])) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment