From 7f5e63e518f5cf95ac237c67abae341bdc721210 Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Sat, 17 Jun 2023 16:16:10 +0100 Subject: [PATCH] Fix undefined error for company name --- portal/portal_header.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portal/portal_header.php b/portal/portal_header.php index e800f367..c87dab96 100644 --- a/portal/portal_header.php +++ b/portal/portal_header.php @@ -12,7 +12,7 @@ header("X-Frame-Options: DENY"); // Legacy - <?php echo nullable_htmlentities($company_name); ?> | Client Portal + <?php echo nullable_htmlentities($session_company_name); ?> | Client Portal @@ -32,7 +32,7 @@ header("X-Frame-Options: DENY"); // Legacy