summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/config.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2012-10-23 16:16:46 +0200
committerRobin Appelman <icewind@owncloud.com>2012-10-23 16:16:46 +0200
commit7424f3aef6ecdb1b62f4ab4ff0d23ade9011ad77 (patch)
treee9cf72f3d6813d564baa9c286d0461afd0a27b34 /apps/files_external/lib/config.php
parent707bd68bb4e77b4184b578699d508750653e2d42 (diff)
parentab944094e2c0c9d063cc363a81dbe517c259a466 (diff)
downloadnextcloud-server-7424f3aef6ecdb1b62f4ab4ff0d23ade9011ad77.tar.gz
nextcloud-server-7424f3aef6ecdb1b62f4ab4ff0d23ade9011ad77.zip
merge master into filesystem
Diffstat (limited to 'apps/files_external/lib/config.php')
-rwxr-xr-xapps/files_external/lib/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/config.php b/apps/files_external/lib/config.php
index c68369c72b2..14370d5f1fe 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;
}