Remove unused variable
authorEileen McNaughton <emcnaughton@wikimedia.org>
Thu, 14 Sep 2023 23:37:05 +0000 (11:37 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Thu, 14 Sep 2023 23:37:05 +0000 (11:37 +1200)
CRM/Event/Page/EventInfo.php

index 7aef336eb794d6da8563d4daca5819670ca7fa59..fe4d6c8f636c4a91a91eca5d0b7967f586a644cc 100644 (file)
@@ -52,11 +52,6 @@ class CRM_Event_Page_EventInfo extends CRM_Core_Page {
     // Sometimes we want to suppress the Event Full msg
     $noFullMsg = CRM_Utils_Request::retrieve('noFullMsg', 'String', $this, FALSE, 'false');
 
-    // set breadcrumb to append to 2nd layer pages
-    $breadCrumbPath = CRM_Utils_System::url('civicrm/event/info',
-      "id={$this->_id}&reset=1"
-    );
-
     //retrieve event information
     $params = ['id' => $this->_id];
     $values = ['event' => NULL];