diff options
-rwxr-xr-x | textbook_companion_fixer.module | 2 |
1 files changed, 1 insertions, 1 deletions
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", |