summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlib/app.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/app.php b/lib/app.php
index cb68ea3ddde..2319c50950e 100755
--- a/lib/app.php
+++ b/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;