Skip to content

Commit 901b74c

Browse files
zero-24wilsonge
authored andcommitted
revert #18533 and move back to the stable state (#18558)
1 parent 1c75dd8 commit 901b74c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

administrator/components/com_joomlaupdate/Model/UpdateModel.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ public function applyUpdateSite()
6363
// "Minor & Patch Release for Current version AND Next Major Release".
6464
case 'sts':
6565
case 'next':
66-
$updateURL = 'https://update.joomla.org/core/test/next_major_list.xml';
66+
$updateURL = 'https://update.joomla.org/core/sts/list_sts.xml';
6767
break;
6868

6969
// "Testing"
7070
case 'testing':
71-
$updateURL = 'https://update.joomla.org/core/test/next_major_list.xml';
71+
$updateURL = 'https://update.joomla.org/core/test/list_test.xml';
7272
break;
7373

7474
// "Custom"
@@ -92,7 +92,7 @@ public function applyUpdateSite()
9292
* case 'nochange':
9393
*/
9494
default:
95-
$updateURL = 'https://update.joomla.org/core/test/next_major_list.xml';
95+
$updateURL = 'https://update.joomla.org/core/list.xml';
9696
}
9797

9898
$db = $this->getDbo();

0 commit comments

Comments
 (0)