mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
Remove space before parethesis
This commit is contained in:
parent
d4a492d321
commit
c16860e648
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ class OC {
|
|||
* SPL autoload
|
||||
*/
|
||||
public static function autoload($className) {
|
||||
$className = trim ($className, '\\');
|
||||
$className = trim($className, '\\');
|
||||
|
||||
if (array_key_exists($className, OC::$CLASSPATH)) {
|
||||
$path = OC::$CLASSPATH[$className];
|
||||
|
|
|
|||
Loading…
Reference in a new issue