projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d08bf5
)
Revert "Ensure breadcrumbs are formatted correctly by the CMS."
author
Coleman Watts
<coleman@civicrm.org>
Thu, 1 May 2014 04:26:58 +0000
(21:26 -0700)
committer
Coleman Watts
<coleman@civicrm.org>
Thu, 1 May 2014 04:26:58 +0000
(21:26 -0700)
This reverts commit
8cd191e0cd18b090e82205d3657960dbc5eb3f86
.
CRM/Core/Invoke.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/Invoke.php
b/CRM/Core/Invoke.php
index 4dd8b4c42beef82ebb37c121cabcbd2b0a06147a..c11ec176d5e8ecabc792e65dbac893f959cfdbee 100644
(file)
--- 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']);
}