summaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@owncloud.com>2016-05-19 08:00:09 +0200
committerRoeland Jago Douma <rullzer@owncloud.com>2016-05-19 09:43:33 +0200
commitd666725fa783c21235eec79fa6dbe8ba1881fec3 (patch)
tree98914481ca4218c9af2c04db17c6d8f281b0094d /lib/base.php
parent4a94203492e3b475ee26b65d5992796152c645bd (diff)
downloadnextcloud-server-d666725fa783c21235eec79fa6dbe8ba1881fec3.tar.gz
nextcloud-server-d666725fa783c21235eec79fa6dbe8ba1881fec3.zip
Move \OCP to PSR-4
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 1fdcf44f4d0..eddcec97b1f 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -53,7 +53,7 @@
*
*/
-require_once 'public/constants.php';
+require_once 'public/Constants.php';
/**
* Class that is a namespace for all global OC variables