]> source.dussan.org Git - nextcloud-server.git/commitdiff
Respect coding style
authorThomas Müller <thomas.mueller@tmit.eu>
Tue, 4 Sep 2012 12:21:52 +0000 (15:21 +0300)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 4 Sep 2012 12:21:52 +0000 (15:21 +0300)
lib/app.php

index 154b1a964e7824c561dbfeeb789cd9736a077a61..e772704b7d22ad2fa5eb568220d547b07afabc6a 100755 (executable)
@@ -83,7 +83,7 @@ class OC_App{
         * @param string app
         */
        public static function loadApp($app) {
-               if(is_file(self::getAppPath($app).'/appinfo/app.php')){
+               if(is_file(self::getAppPath($app).'/appinfo/app.php')) {
                        self::checkUpgrade($app);
                        require_once $app.'/appinfo/app.php';
                }