Revert "Ensure breadcrumbs are formatted correctly by the CMS."
authorColeman Watts <coleman@civicrm.org>
Thu, 1 May 2014 04:26:58 +0000 (21:26 -0700)
committerColeman Watts <coleman@civicrm.org>
Thu, 1 May 2014 04:26:58 +0000 (21:26 -0700)
This reverts commit 8cd191e0cd18b090e82205d3657960dbc5eb3f86.

CRM/Core/Invoke.php

index 4dd8b4c42beef82ebb37c121cabcbd2b0a06147a..c11ec176d5e8ecabc792e65dbac893f959cfdbee 100644 (file)
@@ -260,9 +260,6 @@ class CRM_Core_Invoke {
       }
 
       if (isset($item['breadcrumb']) && !isset($item['is_public'])) {
-        foreach ($item['breadcrumb'] as &$breadcrumb) {
-          $breadcrumb['url'] = CRM_Utils_System::url($breadcrumb['url']);
-        }
         CRM_Utils_System::appendBreadCrumb($item['breadcrumb']);
       }