summaryrefslogtreecommitdiffstats
path: root/lib/private/Setup.php
diff options
context:
space:
mode:
authorThomas Müller <DeepDiver1975@users.noreply.github.com>2016-05-02 17:50:29 +0200
committerThomas Müller <DeepDiver1975@users.noreply.github.com>2016-05-02 17:50:29 +0200
commit05cf552f6686adf52ccabe0ccaf6898eb72936e0 (patch)
tree1e449a23d3f16354997c8f19e9bf12689da6a285 /lib/private/Setup.php
parentb84825f0301fb073bfcc6e05132675d104afcfe3 (diff)
parent5e055ca6c1837a762aed7fe1e09b3a834fd50f20 (diff)
downloadnextcloud-server-05cf552f6686adf52ccabe0ccaf6898eb72936e0.tar.gz
nextcloud-server-05cf552f6686adf52ccabe0ccaf6898eb72936e0.zip
Merge pull request #24322 from owncloud/install-and-uninstall-repair-steps
Adding repair steps for install and uninstall
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