From: Coleman Watts Date: Fri, 17 Mar 2023 14:26:25 +0000 (-0400) Subject: Remove unused var X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=fa1edad17e1ce249cf35f606ee3aa1c773ed3600;p=civicrm-core.git Remove unused var --- 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;