Remove () from return statement
This commit is contained in:
parent
ae8d2d029f
commit
41f135daee
|
@ -49,7 +49,7 @@ class OC_Request {
|
||||||
$proto = 'http';
|
$proto = 'http';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return($proto);
|
return $proto;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue