ermögliche mehrere Shortcuts mit gleicher Gewichtung
Bernd Wurst

Bernd Wurst commited on 2014-02-06 08:47:26
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.

... ...
@@ -78,7 +78,7 @@ foreach ($modules as $modname => $info) {
78 78
     include('modules/'.$modname.'/shortcuts.php');
79 79
     foreach ($shortcuts as $shortcut) {
80 80
       $shortcut['module'] = $modname;
81
-      $my_shortcuts[$shortcut['weight']] = $shortcut;
81
+      $my_shortcuts[$shortcut['weight'].$modname] = $shortcut;
82 82
     }
83 83
   }
84 84
 }
85 85