From 9d2a5b2438d09a715e806c83abc73a724e130ec7 Mon Sep 17 00:00:00 2001 From: eddylackmann Date: Wed, 8 Jul 2020 13:31:36 +0200 Subject: [PATCH] Dev: fixed limestore broken links --- application/core/LsDefaultDataSets.php | 2 +- application/helpers/update/updatedb_helper.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/core/LsDefaultDataSets.php b/application/core/LsDefaultDataSets.php index c920752be7e..53a2248f2f2 100644 --- a/application/core/LsDefaultDataSets.php +++ b/application/core/LsDefaultDataSets.php @@ -147,7 +147,7 @@ public static function getBoxesData() $returnArray[] = ['position' => 2, 'url' => 'admin/survey/sa/listsurveys', 'title' => gT('List surveys'), 'ico' => 'icon-list', 'desc' => gT('List available surveys'), 'page' => 'welcome', 'usergroup' => '-1']; $returnArray[] = ['position' => 3, 'url' => 'admin/globalsettings', 'title' => gT('Global settings'), 'ico' => 'icon-settings', 'desc' => gT('Edit global settings'), 'page' => 'welcome', 'usergroup' => '-2']; $returnArray[] = ['position' => 4, 'url' => 'admin/update', 'title' => gT('ComfortUpdate'), 'ico' => 'icon-shield', 'desc' => gT('Stay safe and up to date'), 'page' => 'welcome', 'usergroup' => '-2']; - $returnArray[] = ['position' => 5, 'url' => 'https://www.limesurvey.org/limestore', 'title' => 'LimeStore', 'ico' => 'fa fa-cart-plus', 'desc' => gT('LimeSurvey extension marketplace'), 'page' => 'welcome', 'usergroup' => '-2']; + $returnArray[] = ['position' => 5, 'url' => 'https://account.limesurvey.org/limestore', 'title' => 'LimeStore', 'ico' => 'fa fa-cart-plus', 'desc' => gT('LimeSurvey extension marketplace'), 'page' => 'welcome', 'usergroup' => '-2']; $returnArray[] = ['position' => 6, 'url' => 'admin/themeoptions', 'title' => gT('Themes'), 'ico' => 'icon-templates', 'desc' => gT('Themes'), 'page' => 'welcome', 'usergroup' => '-2']; App()->setLanguage($sOldLanguage); diff --git a/application/helpers/update/updatedb_helper.php b/application/helpers/update/updatedb_helper.php index c179cfec015..3f83c53da35 100644 --- a/application/helpers/update/updatedb_helper.php +++ b/application/helpers/update/updatedb_helper.php @@ -2383,7 +2383,7 @@ function db_upgrade_all($iOldDBVersion, $bSilent = false) 'title' => 'LimeStore', 'ico' => 'fa fa-cart-plus', 'desc' => 'LimeSurvey extension marketplace', - 'url' => 'https://www.limesurvey.org/limestore' + 'url' => 'https://account.limesurvey.org/limestore' ], 'id = 5' );