From f2a9d01de29918717080dac4ea8718da845f203f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 9 Oct 2003 17:20:18 +0000 Subject: - Bugfix: inserting and updating paths was not working. Patch by Matt. - Bugfix: updated the queue module menu so the "view submission" link appears in the navigation when enabled. Patch by Matt. --- modules/queue.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/queue.module') diff --git a/modules/queue.module b/modules/queue.module index a6240d422..013e9471a 100644 --- a/modules/queue.module +++ b/modules/queue.module @@ -35,7 +35,7 @@ function queue_perm() { function queue_link($type) { if ($type == "system") { if (user_access("access submission queue")) { - menu("queue", t("view submissions"), NULL, NULL, 1); + menu("queue", t("view submissions"), "queue_page", NULL, 1); } } -- cgit v1.2.3