]> source.dussan.org Git - nextcloud-server.git/commitdiff
Checkstyle: MultiLineCondition
authorFelix Moeller <mail@felixmoeller.de>
Tue, 23 Oct 2012 06:25:30 +0000 (08:25 +0200)
committerFelix Moeller <mail@felixmoeller.de>
Tue, 23 Oct 2012 06:25:30 +0000 (08:25 +0200)
lib/app.php

index cb68ea3ddde73f8852e9b2a381c687361308061b..2319c50950ec8a77b8dada76053509bf5a4f4853 100755 (executable)
@@ -556,10 +556,7 @@ class OC_App{
 
                        while( $file = readdir( $dh ) ) {
 
-                               if (
-                               $file[0] != '.'
-                               and is_file($apps_dir['path'].'/'.$file.'/appinfo/app.php' )
-                               ) {
+                               if ($file[0] != '.' and is_file($apps_dir['path'].'/'.$file.'/appinfo/app.php')) {
 
                                        $apps[] = $file;