Update domain_limits.php (#6757)
This commit is contained in:
parent
9520fd9481
commit
aa4a959f1c
|
|
@ -50,7 +50,7 @@
|
|||
unset($hud_stat);
|
||||
|
||||
//domain limits
|
||||
if (is_array($_SESSION['limit']) && sizeof($_SESSION['limit']) > 0) {
|
||||
if (!empty($_SESSION['limit']) && sizeof($_SESSION['limit']) > 0) {
|
||||
|
||||
//set the row style
|
||||
$c = 0;
|
||||
|
|
@ -228,4 +228,4 @@
|
|||
echo "</div>\n";
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue