diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-04-28 15:15:34 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-05-02 08:52:06 +0200 |
commit | e049953d1af24feeb57796ac4025f0f607ac1cdf (patch) | |
tree | 7b599af5deab65048396c6b17ed8f24b10f43f86 /lib/private/Setup.php | |
parent | 54f45f95f51dc14d6a7126170b3277a3ad57b608 (diff) | |
download | nextcloud-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.php | 2 |
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 |