Remove () from return statement

This commit is contained in:
Bart Visscher 2012-09-04 08:18:28 +02:00
parent ae8d2d029f
commit 41f135daee
1 changed files with 1 additions and 1 deletions

View File

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