mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update domain_limits.php (#6757)
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user