]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove () from return statement
authorBart Visscher <bartv@thisnet.nl>
Tue, 4 Sep 2012 06:18:28 +0000 (08:18 +0200)
committerBart Visscher <bartv@thisnet.nl>
Tue, 4 Sep 2012 19:27:36 +0000 (21:27 +0200)
lib/request.php

index 3fe61fbddcde5909f61e7ef582e54c88486d990d..10f6e91bac82c644fa33f5583f13945ebb4d8a79 100644 (file)
@@ -49,7 +49,7 @@ class OC_Request {
                                $proto = 'http';
                        }
                }
-               return($proto);
+               return $proto;
        }
 
        /**