Skip to content
Snippets Groups Projects
Commit c47e46fd authored by Robin Appelman's avatar Robin Appelman
Browse files

fix custom routes defined by apps

parent 5b7b0536
Branches
No related tags found
No related merge requests found
......@@ -165,7 +165,7 @@ class OC_Request {
if (strpos($path_info, $name) === 0) {
$path_info = substr($path_info, strlen($name));
}
return rtrim($path_info, '/');
return $path_info;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment