Skip to content

Commit

Permalink
revert #18533 and move back to the stable state (#18558)
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 authored and wilsonge committed Aug 6, 2018
1 parent 1c75dd8 commit 901b74c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ public function applyUpdateSite()
// "Minor & Patch Release for Current version AND Next Major Release".
case 'sts':
case 'next':
$updateURL = 'https://update.joomla.org/core/test/next_major_list.xml';
$updateURL = 'https://update.joomla.org/core/sts/list_sts.xml';
break;

// "Testing"
case 'testing':
$updateURL = 'https://update.joomla.org/core/test/next_major_list.xml';
$updateURL = 'https://update.joomla.org/core/test/list_test.xml';
break;

// "Custom"
Expand All @@ -92,7 +92,7 @@ public function applyUpdateSite()
* case 'nochange':
*/
default:
$updateURL = 'https://update.joomla.org/core/test/next_major_list.xml';
$updateURL = 'https://update.joomla.org/core/list.xml';
}

$db = $this->getDbo();
Expand Down

0 comments on commit 901b74c

Please sign in to comment.