--- menutrails.module.orig	2008-10-13 22:32:51.000000000 +0100
+++ menutrails.module	2009-11-18 11:47:01.000000000 +0000
@@ -139,6 +139,7 @@
   // organic groups support
   if (module_exists('og') && !empty($node->og_groups)) {
     $group = array_shift($node->og_groups); // we can only do one, so we take the first...
+    array_unshift($node->og_groups,$group); // now put the group back in...
     if (variable_get('menutrails_og_group_menu', FALSE) != FALSE) {
       if (db_result(db_query("SELECT count(mlid) FROM {menu_links} WHERE link_path = '%s'", $item['href'])) == 0) {
         $href = 'node/'. $group;
