summaryrefslogtreecommitdiffstats
path: root/lib/setup.php
diff options
context:
space:
mode:
authorGeorg Ehrke <georg.stefan.germany@googlemail.com>2011-09-28 10:29:07 +0200
committerGeorg Ehrke <georg.stefan.germany@googlemail.com>2011-09-28 10:29:07 +0200
commit8e42b02a224f0f476ecd7ac306a7a9cddeba8ebf (patch)
tree2bf082f9899e557642d333d9c5aa8d2d91533283 /lib/setup.php
parent8c405a59d80898b56e411f40bfb07456f910cc49 (diff)
parentc6f78fbe43dbe3f6875b72b34592bde25fc78d0b (diff)
downloadnextcloud-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.php2
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')) {