Skip to content

Commit

Permalink
Add missing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Oct 1, 2010
1 parent 48d78c5 commit f94cf14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/hierarchy/midgardmvc.php
Expand Up @@ -66,7 +66,7 @@ public function get_node_by_path($path)
array_shift($argv);
}
$node->set_arguments($argv);
$node->set_path(implode('/', $real_path));
$node->set_path('/' . implode('/', $real_path));
return $node;
}

Expand Down

0 comments on commit f94cf14

Please sign in to comment.