? 461194_cb_views_language_prefix.patch
Index: custom_breadcrumbs_paths/custom_breadcrumbs_paths.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/custom_breadcrumbs/custom_breadcrumbs_paths/Attic/custom_breadcrumbs_paths.module,v
retrieving revision 1.1.2.7
diff -u -p -r1.1.2.7 custom_breadcrumbs_paths.module
--- custom_breadcrumbs_paths/custom_breadcrumbs_paths.module	21 May 2009 05:54:39 -0000	1.1.2.7
+++ custom_breadcrumbs_paths/custom_breadcrumbs_paths.module	26 May 2009 09:06:44 -0000
@@ -76,7 +76,7 @@ function custom_breadcrumbs_paths_nodeap
 //       object type.
 function custom_breadcrumbs_paths_views_pre_render(&$view) {
   // Don't really do anything with the view. This is just a pretense to insert a breadcrumb.
-  $curpath = drupal_get_normal_path($_REQUEST['q']);
+  $curpath = drupal_get_normal_path($_GET['q']);
   // Check to see if the view path matches the current path.
   $viewpage = FALSE;
   foreach ($view->display as $display) {
