Checkstyle: MultiLineCondition

remotes/origin/stable5
Felix Moeller 2012-10-23 08:25:30 +07:00
parent ddfcc96ab5
commit ff5f9370c4
1 changed files with 1 additions and 4 deletions

@ -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;