Scheduled Jobs: fix breadcrumb
authorMathieu Lutfy <mathieu@symbiotic.coop>
Mon, 10 Jul 2023 20:46:02 +0000 (16:46 -0400)
committerMathieu Lu <mathieu@symbiotic.coop>
Mon, 10 Jul 2023 20:46:02 +0000 (16:46 -0400)
CRM/Admin/Form/Job.php

index 1a95bf7d6144c425e6083c457ee2d87970a97017..9c962aa053e3776379e8c457cce23c1763b4b448 100644 (file)
@@ -44,10 +44,6 @@ class CRM_Admin_Form_Job extends CRM_Admin_Form {
     }
 
     CRM_Utils_System::appendBreadCrumb([
-      [
-        'title' => ts('Administer CiviCRM'),
-        'url' => CRM_Utils_System::url('civicrm/admin', 'reset=1'),
-      ],
       [
         'title' => ts('Scheduled Jobs'),
         'url' => CRM_Utils_System::url('civicrm/admin/job', 'reset=1'),