summaryrefslogtreecommitdiff
path: root/textbook_companion.module
diff options
context:
space:
mode:
Diffstat (limited to 'textbook_companion.module')
-rwxr-xr-xtextbook_companion.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/textbook_companion.module b/textbook_companion.module
index 77cbcfe..0a6b051 100755
--- a/textbook_companion.module
+++ b/textbook_companion.module
@@ -391,7 +391,7 @@ function textbook_companion_menu()
'title' => 'Code Download',
'description' => 'Code Download',
'page callback' => 'textbook_companion_download_full_chapter',
- 'access arguments' => array('approve code'),
+ 'access arguments' => array('download code'),
'type' => MENU_CALLBACK,
'file' => 'full_download.inc',
);
@@ -399,7 +399,7 @@ function textbook_companion_menu()
'title' => 'Code Download',
'description' => 'Code Download',
'page callback' => 'textbook_companion_download_full_book',
- 'access arguments' => array('approve code'),
+ 'access arguments' => array('download code'),
'type' => MENU_CALLBACK,
'file' => 'full_download.inc',
);