summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authoricewind1991 <icewind1991@gmail.com>2012-10-23 06:58:15 -0700
committericewind1991 <icewind1991@gmail.com>2012-10-23 06:58:15 -0700
commitfbe059afd3ff01612f45c339030e9d2166adde76 (patch)
tree56e7ad2a5d157db0c0d86ed972b3111a81b7f345 /apps
parent6a2a91555957085a860e7786977fb5026e9b1164 (diff)
parent03581ef463184081f8faa3f86bb6d21ee8bbc66d (diff)
downloadnextcloud-server-fbe059afd3ff01612f45c339030e9d2166adde76.tar.gz
nextcloud-server-fbe059afd3ff01612f45c339030e9d2166adde76.zip
Merge pull request #59 from fmms/master
Starting point to take care of Checkstyle warnings
Diffstat (limited to 'apps')
-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 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;
}