File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
administrator/components/com_joomlaupdate/views/default Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,6 @@ public function display($tpl = null)
135135 switch ($ params ->get ('updatesource ' , 'default ' ))
136136 {
137137 // "Minor & Patch Release for Current version AND Next Major Release".
138- case 'sts ' :
139138 case 'next ' :
140139 $ this ->langKey = 'COM_JOOMLAUPDATE_VIEW_DEFAULT_UPDATES_INFO_NEXT ' ;
141140 $ this ->updateSourceKey = JText::_ ('COM_JOOMLAUPDATE_CONFIG_UPDATESOURCE_NEXT ' );
@@ -158,6 +157,7 @@ public function display($tpl = null)
158157 * The commented "case" below are for documenting where 'default' and legacy options falls
159158 * case 'default':
160159 * case 'lts':
160+ * case 'sts':
161161 * case 'nochange':
162162 */
163163 default :
You can’t perform that action at this time.
0 commit comments