aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorFelix Moeller <mail@felixmoeller.de>2012-10-23 08:35:54 +0200
committerFelix Moeller <mail@felixmoeller.de>2012-10-23 08:35:54 +0200
commit36d0d7590134f5587ab09c67927c3187e8b5c790 (patch)
tree4435e0aeff5ad380c67b7725264b8bb3da739f05 /lib
parentff5f9370c4a004f48cc036eb437a58cefb29962d (diff)
downloadnextcloud-server-36d0d7590134f5587ab09c67927c3187e8b5c790.tar.gz
nextcloud-server-36d0d7590134f5587ab09c67927c3187e8b5c790.zip
Codestyle: FunctionCallArgumentSpacing
Diffstat (limited to 'lib')
-rwxr-xr-xlib/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/app.php b/lib/app.php
index 2319c50950e..28757735e04 100755
--- a/lib/app.php
+++ b/lib/app.php
@@ -549,7 +549,7 @@ class OC_App{
foreach ( OC::$APPSROOTS as $apps_dir ) {
if(! is_readable($apps_dir['path'])) {
- OC_Log::write('core', 'unable to read app folder : ' .$apps_dir['path'] , OC_Log::WARN);
+ OC_Log::write('core', 'unable to read app folder : ' .$apps_dir['path'], OC_Log::WARN);
continue;
}
$dh = opendir( $apps_dir['path'] );