File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3359,20 +3359,20 @@ function doJOOMLALIVE($thisJVER) {
3359
3359
3360
3360
} else {
3361
3361
// To be removed when J3 is EOL
3362
- if (substr($thisJVER ,0 ,1) != '4') {
3363
- $x = 0;
3364
- do {
3365
- $x++;
3366
- $latestJATTR = $jupdateXML->extension[count($jupdateXML->extension) - $x];
3367
- } while (substr($latestJATTR->attributes()->targetplatformversion->__toString(),0 ,1) != '3');
3362
+ /// if (substr($thisJVER ,0 ,1) != '4') {
3363
+ /// $x = 0;
3364
+ /// do {
3365
+ /// $x++;
3366
+ /// $latestJATTR = $jupdateXML->extension[count($jupdateXML->extension) - $x];
3367
+ /// } while (substr($latestJATTR->attributes()->targetplatformversion->__toString(),0 ,1) != '3');
3368
3368
3369
- $latestJVER = $latestJATTR->attributes()->version->__toString();
3369
+ /// $latestJVER = $latestJATTR->attributes()->version->__toString();
3370
3370
3371
- } else {
3371
+ /// } else {
3372
3372
// End of To be removed when J3 is EOL
3373
3373
$latestJATTR = $jupdateXML->extension[count($jupdateXML->extension) -1];
3374
3374
$latestJVER = $latestJATTR->attributes()->version->__toString();
3375
- }
3375
+ /// }
3376
3376
3377
3377
if (version_compare($thisJVER, $latestJVER) < 0) {
3378
3378
$joomlaVersionCheckStatus = 'warning';
You can’t perform that action at this time.
0 commit comments