From aa4a959f1cfb74e1a603f96ab78533ae39d5a2de Mon Sep 17 00:00:00 2001 From: Anthony <96078404+AntoniusDC@users.noreply.github.com> Date: Mon, 19 Jun 2023 13:07:01 -0600 Subject: [PATCH] Update domain_limits.php (#6757) --- app/domain_limits/resources/dashboard/domain_limits.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/domain_limits/resources/dashboard/domain_limits.php b/app/domain_limits/resources/dashboard/domain_limits.php index 8e7bc36290..e6b5d5445a 100644 --- a/app/domain_limits/resources/dashboard/domain_limits.php +++ b/app/domain_limits/resources/dashboard/domain_limits.php @@ -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 "\n"; } -?> \ No newline at end of file +?>