aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/ocs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ocs.php b/lib/ocs.php
index 16812196501..cf4248395f3 100644
--- a/lib/ocs.php
+++ b/lib/ocs.php
@@ -93,7 +93,7 @@ class OC_OCS {
}
// preprocess url
- $url = strtolower($_SERVER['REQUEST_URI']);
+ $url = $_SERVER['REQUEST_URI'];
if(substr($url,(strlen($url)-1))<>'/') $url.='/';
$ex=explode('/',$url);
$paracount=count($ex);