Commit 134211 by dries

- Patch #245322 by mfb: fixed breadcrumb behavior.

--- modules/aggregator/aggregator.pages.inc     2008/01/08 10:35:40     1.12
+++ modules/aggregator/aggregator.pages.inc     2008/08/16 21:13:48     1.12.2.1
@@ -60,7 +60,6 @@
  *   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;
No votes yet