diff options
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php index c921c45f4a1..76ad0654ed0 100644 --- a/lib/base.php +++ b/lib/base.php @@ -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]; |