Commit 99657 by goba

#215858 follow up by pwolanin: external links were not properly localizing options (critical)

--- includes/menu.inc   2008/02/07 09:39:39     1.255.2.2
+++ includes/menu.inc   2008/02/07 09:42:00     1.255.2.3
@@ -629,6 +629,7 @@
     $map = array();
     $item['href'] = $item['link_path'];
     $item['title'] = $item['link_title'];
+    $item['localized_options'] = $item['options'];
   }
   else {
     $map = explode('/', $item['link_path']);
No votes yet