From fa1edad17e1ce249cf35f606ee3aa1c773ed3600 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Fri, 17 Mar 2023 10:26:25 -0400 Subject: [PATCH] Remove unused var --- CRM/Core/Page.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Core/Page.php b/CRM/Core/Page.php index 0507bd2dc1..36c93702e3 100644 --- a/CRM/Core/Page.php +++ b/CRM/Core/Page.php @@ -505,7 +505,7 @@ class CRM_Core_Page { $standardAttribs = ['aria-hidden' => 'true']; if ($text === NULL || $text === '') { - $title = $sr = ''; + $sr = ''; } else { $standardAttribs['title'] = $text; -- 2.25.1