diff --git a/setup/inc/class.setup.inc.php b/setup/inc/class.setup.inc.php index bfa7dd2f3e..d7a43596fa 100644 --- a/setup/inc/class.setup.inc.php +++ b/setup/inc/class.setup.inc.php @@ -571,14 +571,14 @@ $newa = ereg_replace('pre','.',$a); $newb = ereg_replace('pre','.',$b); $testa = explode('.',$newa); - if($testa[3] == '') + if(@$testa[3] == '') { $testa[3] = 0; } $testb = explode('.',$newb); - if($testa[3] == '') + if(@$testb[3] == '') { - $testa[3] = 0; + $testb[3] = 0; } $less = 0;