Checkstyle: MultiLineCondition

remotes/origin/stable5
Felix Moeller 13 years ago
parent ddfcc96ab5
commit ff5f9370c4
  1. 5
      lib/app.php

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

Loading…
Cancel
Save