diff options
author | Georg Ehrke <georg.stefan.germany@googlemail.com> | 2011-09-28 10:29:07 +0200 |
---|---|---|
committer | Georg Ehrke <georg.stefan.germany@googlemail.com> | 2011-09-28 10:29:07 +0200 |
commit | 8e42b02a224f0f476ecd7ac306a7a9cddeba8ebf (patch) | |
tree | 2bf082f9899e557642d333d9c5aa8d2d91533283 /lib/setup.php | |
parent | 8c405a59d80898b56e411f40bfb07456f910cc49 (diff) | |
parent | c6f78fbe43dbe3f6875b72b34592bde25fc78d0b (diff) | |
download | nextcloud-server-8e42b02a224f0f476ecd7ac306a7a9cddeba8ebf.tar.gz nextcloud-server-8e42b02a224f0f476ecd7ac306a7a9cddeba8ebf.zip |
Merge branch 'master' of gitorious.org:owncloud/owncloud
Diffstat (limited to 'lib/setup.php')
-rw-r--r-- | lib/setup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/setup.php b/lib/setup.php index 7b205acd705..8d3079720cc 100644 --- a/lib/setup.php +++ b/lib/setup.php @@ -206,7 +206,7 @@ class OC_Setup { OC_User::login($username, $password); //guess what this does - OC_Installer::installShippedApps(true); + OC_Installer::installShippedApps(); //create htaccess files for apache hosts if (strstr($_SERVER['SERVER_SOFTWARE'], 'Apache')) { |