diff options
author | Thomas Müller <DeepDiver1975@users.noreply.github.com> | 2016-05-02 17:50:29 +0200 |
---|---|---|
committer | Thomas Müller <DeepDiver1975@users.noreply.github.com> | 2016-05-02 17:50:29 +0200 |
commit | 05cf552f6686adf52ccabe0ccaf6898eb72936e0 (patch) | |
tree | 1e449a23d3f16354997c8f19e9bf12689da6a285 /lib/private/Setup.php | |
parent | b84825f0301fb073bfcc6e05132675d104afcfe3 (diff) | |
parent | 5e055ca6c1837a762aed7fe1e09b3a834fd50f20 (diff) | |
download | nextcloud-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.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 |