From 03581ef463184081f8faa3f86bb6d21ee8bbc66d Mon Sep 17 00:00:00 2001 From: Felix Moeller Date: Mon, 22 Oct 2012 21:40:33 +0200 Subject: Correct a first issue Checkstyle is complaining about ... This is BracketsNotRequired --- apps/files_external/lib/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/files_external/lib/config.php b/apps/files_external/lib/config.php index 068475783cd..9dc3cdd7147 100755 --- a/apps/files_external/lib/config.php +++ b/apps/files_external/lib/config.php @@ -231,7 +231,7 @@ class OC_Mount_Config { $file = OC::$SERVERROOT.'/config/mount.php'; } if (is_file($file)) { - $mountPoints = include($file); + $mountPoints = include $file; if (is_array($mountPoints)) { return $mountPoints; } -- cgit v1.2.3