summaryrefslogtreecommitdiffstats
path: root/core/Controller/SetupController.php
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-12-04 20:18:58 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2019-12-12 08:13:01 +0100
commit302558cfd2b3dd37e6332c0d9c650174b64f20fb (patch)
tree27a7bcbf35f94a496fc2c42c361c79793811418e /core/Controller/SetupController.php
parent97deaf85b9d18cabfc345025ef273da24006c6de (diff)
downloadnextcloud-server-302558cfd2b3dd37e6332c0d9c650174b64f20fb.tar.gz
nextcloud-server-302558cfd2b3dd37e6332c0d9c650174b64f20fb.zip
Add a dedicated page for the recommended apps installation
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'core/Controller/SetupController.php')
-rw-r--r--core/Controller/SetupController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Controller/SetupController.php b/core/Controller/SetupController.php
index 1d83b0f42b5..302edccf7a6 100644
--- a/core/Controller/SetupController.php
+++ b/core/Controller/SetupController.php
@@ -123,7 +123,7 @@ class SetupController {
if ($installRecommended) {
$urlGenerator = \OC::$server->getURLGenerator();
- $location = $urlGenerator->getAbsoluteURL('/index.php/settings/apps/recommended?download&returnTo=' . urlencode(\OC_Util::getDefaultPageUrl()));
+ $location = $urlGenerator->getAbsoluteURL('index.php/core/apps/recommended');
header('Location: ' . $location);
exit();
}