File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed 
administrator/components/com_joomlaupdate/Model Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 ();
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments