summaryrefslogtreecommitdiff
path: root/ishtar_common/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/views.py')
-rw-r--r--ishtar_common/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/views.py b/ishtar_common/views.py
index b7ef5ea47..e8ae1a458 100644
--- a/ishtar_common/views.py
+++ b/ishtar_common/views.py
@@ -297,7 +297,7 @@ def shortcut_menu(request):
item = model.objects.get(pk=int(current))
new_selected_item = item.pk
items.append((item.pk, shortify(unicode(item), 60),
- True, item.get_short_menu_class()))
+ True, item.get_short_menu_class(item.pk)))
except (model.DoesNotExist, ValueError):
pass
if items: