diff --git a/administrator/components/com_joomlaupdate/models/default.php b/administrator/components/com_joomlaupdate/models/default.php index bb3964d0ff859..8823998c2b54e 100644 --- a/administrator/components/com_joomlaupdate/models/default.php +++ b/administrator/components/com_joomlaupdate/models/default.php @@ -46,7 +46,6 @@ public function applyUpdateSite() switch ($params->get('updatesource', 'nochange')) { // "Minor & Patch Release for Current version AND Next Major Release". - case 'sts': case 'next': $updateURL = 'https://update.joomla.org/core/sts/list_sts.xml'; break; @@ -74,6 +73,7 @@ public function applyUpdateSite() * The commented "case" below are for documenting where 'default' and legacy options falls * case 'default': * case 'lts': + * case 'sts': (Its shown as "Default" cause that option does not exist any more) * case 'nochange': */ default: