Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2013-02-09 19:46:55 +0400
committerBart Visscher <bartv@thisnet.nl>2013-02-14 11:36:26 +0400
commit5c4a804ddb4942687d5b8495d1ede51873cd412b (patch)
tree1974edcbfeab4eb4f2656ea69bb8d955b4426587 /lib/connector
parentbfe6334cd9d50ce99f0a6fd02c1aa0dc43b2b7e9 (diff)
Fix SpaceBeforeOpenBrace errors
Diffstat (limited to 'lib/connector')
-rw-r--r--lib/connector/sabre/request.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/connector/sabre/request.php b/lib/connector/sabre/request.php
index 97a27996bf3..d70c25c4e70 100644
--- a/lib/connector/sabre/request.php
+++ b/lib/connector/sabre/request.php
@@ -40,7 +40,7 @@ class OC_Connector_Sabre_Request extends Sabre_HTTP_Request {
* @return string
*/
public function getRawServerValue($field) {
- if($field == 'REQUEST_URI'){
+ if($field == 'REQUEST_URI') {
return $this->getUri();
}
else{