From 379597bd424c90a49460437c5826714948bf05f3 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 20 Mar 2018 11:00:59 -0400 Subject: [PATCH] Add 2nd param to contact retrieval filter Apply_filters is used in header.php to get the logged-in contact. This function requires a second parameter even if this parameter is an empty string. That is exactly what's been added with this change, to avoid errors indicating such. --- sections/header.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sections/header.php b/sections/header.php index c4db577..7bfa85e 100644 --- a/sections/header.php +++ b/sections/header.php @@ -11,7 +11,7 @@
Name: " . apply_filters("glma_get_member_name", $currentUser["ref_dest"]) . ""; // This is the MEMBER name -- 2.17.1