[Pkg-owncloud-commits] [owncloud] 205/239: fix custom routes defined by apps
David Prévot
taffit at moszumanska.debian.org
Fri Nov 29 01:32:38 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit c47e46fda096563eadfae49308c7f436611a286b
Author: Robin Appelman <icewind at owncloud.com>
Date: Wed Nov 27 15:35:49 2013 +0100
fix custom routes defined by apps
---
lib/private/request.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/private/request.php b/lib/private/request.php
index 37d918d..6b4a232 100755
--- a/lib/private/request.php
+++ b/lib/private/request.php
@@ -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;
}
/**
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list