From 41f8054e3baa8c910afd3b6b4fe6739c91b8c571 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 6 Sep 2016 16:11:52 +0530 Subject: changed menu type --- textbook_companion_fixer.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textbook_companion_fixer.module b/textbook_companion_fixer.module index 632f488..43a7e4c 100755 --- a/textbook_companion_fixer.module +++ b/textbook_companion_fixer.module @@ -51,7 +51,7 @@ function textbook_companion_fixer_menu() "access arguments" => array( "fix scilab" ), - "type" => MENU_CALLBACK + "type" => MENU_NORMAL_ITEM ); $items["textbook_companion_fixer/ajax"] = array( "page callback" => "scilab_fixer_ajax", -- cgit