Remove unused var
authorColeman Watts <coleman@civicrm.org>
Fri, 17 Mar 2023 14:26:25 +0000 (10:26 -0400)
committerColeman Watts <coleman@civicrm.org>
Fri, 17 Mar 2023 14:26:25 +0000 (10:26 -0400)
CRM/Core/Page.php

index 0507bd2dc153408d921706b4b4fff39356262751..36c93702e34faf12cdf3869916dd4c7b39861c9f 100644 (file)
@@ -505,7 +505,7 @@ class CRM_Core_Page {
 
     $standardAttribs = ['aria-hidden' => 'true'];
     if ($text === NULL || $text === '') {
-      $title = $sr = '';
+      $sr = '';
     }
     else {
       $standardAttribs['title'] = $text;