summaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
authorFelix Moeller <mail@felixmoeller.de>2012-10-23 00:28:12 +0200
committerFelix Moeller <mail@felixmoeller.de>2012-10-23 00:28:12 +0200
commit6a00a6b9ed49f9a9da044772e7ca7f3506672100 (patch)
tree2c0b0a57af5befe1c8153296cbcad3ff7c6ff4cf /lib/base.php
parent03581ef463184081f8faa3f86bb6d21ee8bbc66d (diff)
downloadnextcloud-server-6a00a6b9ed49f9a9da044772e7ca7f3506672100.tar.gz
nextcloud-server-6a00a6b9ed49f9a9da044772e7ca7f3506672100.zip
Make Jenkins more happy.
This is NoSpaceAfterComma
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php
index a1ad4f6dc0a..186ed53e980 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -176,7 +176,7 @@ class OC{
OC::$SERVERROOT.'/lib'.PATH_SEPARATOR.
OC::$SERVERROOT.'/config'.PATH_SEPARATOR.
OC::$THIRDPARTYROOT.'/3rdparty'.PATH_SEPARATOR.
- implode($paths,PATH_SEPARATOR).PATH_SEPARATOR.
+ implode($paths, PATH_SEPARATOR).PATH_SEPARATOR.
get_include_path().PATH_SEPARATOR.
OC::$SERVERROOT
);