From: Coleman Watts Date: Thu, 1 May 2014 04:26:58 +0000 (-0700) Subject: Revert "Ensure breadcrumbs are formatted correctly by the CMS." X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=cedc53b95721dfc0d9057c4a7695bc7717fffeff;p=civicrm-core.git Revert "Ensure breadcrumbs are formatted correctly by the CMS." This reverts commit 8cd191e0cd18b090e82205d3657960dbc5eb3f86. --- diff --git a/CRM/Core/Invoke.php b/CRM/Core/Invoke.php index 4dd8b4c42b..c11ec176d5 100644 --- a/CRM/Core/Invoke.php +++ b/CRM/Core/Invoke.php @@ -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']); }