Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
306fca8e
Commit
306fca8e
authored
Sep 06, 2007
by
Gábor Hojtsy
Browse files
#172604
by pwolanin: remove leading space at _menu_find_router_path() to comply to coding standards
parent
73bcf5f0
Changes
1
Show whitespace changes
Inline
Side-by-side
includes/menu.inc
View file @
306fca8e
...
...
@@ -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
]))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment