Remove () from return statement

remotes/origin/stable45
Bart Visscher 13 years ago
parent ae8d2d029f
commit 41f135daee
  1. 2
      lib/request.php

@ -49,7 +49,7 @@ class OC_Request {
$proto = 'http'; $proto = 'http';
} }
} }
return($proto); return $proto;
} }
/** /**

Loading…
Cancel
Save