aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Setup.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-04-28 15:15:34 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2016-05-02 08:52:06 +0200
commite049953d1af24feeb57796ac4025f0f607ac1cdf (patch)
tree7b599af5deab65048396c6b17ed8f24b10f43f86 /lib/private/Setup.php
parent54f45f95f51dc14d6a7126170b3277a3ad57b608 (diff)
downloadnextcloud-server-e049953d1af24feeb57796ac4025f0f607ac1cdf.tar.gz
nextcloud-server-e049953d1af24feeb57796ac4025f0f607ac1cdf.zip
OC_Installer -> \OC\Installer
Diffstat (limited to 'lib/private/Setup.php')
-rw-r--r--lib/private/Setup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Setup.php b/lib/private/Setup.php
index 196ae8a8bce..23c66f98b7c 100644
--- a/lib/private/Setup.php
+++ b/lib/private/Setup.php
@@ -367,7 +367,7 @@ class Setup {
\OC_User::login($username, $password);
//guess what this does
- \OC_Installer::installShippedApps();
+ Installer::installShippedApps();
// create empty file in data dir, so we can later find
// out that this is indeed an ownCloud data directory