diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-08-16 21:13:32 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-08-16 21:13:32 +0000 |
commit | 78fd1a143a3e999671fbd2ce6e4bba80816081b9 (patch) | |
tree | 1db958e88c7cd4ebe2d0d9c6c81c8577c92438d0 | |
parent | 1065e3805f04d7671ba3e29ff353733cc512db07 (diff) | |
download | brdo-78fd1a143a3e999671fbd2ce6e4bba80816081b9.tar.gz brdo-78fd1a143a3e999671fbd2ce6e4bba80816081b9.tar.bz2 |
- Patch #245322 by mfb: fixed breadcrumb behavior.
-rw-r--r-- | modules/aggregator/aggregator.pages.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/aggregator/aggregator.pages.inc b/modules/aggregator/aggregator.pages.inc index f38796a94..7add58841 100644 --- a/modules/aggregator/aggregator.pages.inc +++ b/modules/aggregator/aggregator.pages.inc @@ -60,7 +60,6 @@ function aggregator_page_source($arg1, $arg2 = NULL) { * The items HTML. */ function aggregator_page_category($arg1, $arg2 = NULL) { - drupal_set_breadcrumb(array_merge(drupal_get_breadcrumb(), array(l(t('Categories'), 'aggregator/categories')))); // If there are two arguments then we are called as a form, $arg1 is // $form_state and $arg2 is $category. Otherwise, $arg1 is $category. $category = is_array($arg2) ? $arg2 : $arg1; |