summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtextbook_companion.module6
1 files changed, 3 insertions, 3 deletions
diff --git a/textbook_companion.module b/textbook_companion.module
index be27817..5771c72 100755
--- a/textbook_companion.module
+++ b/textbook_companion.module
@@ -703,10 +703,10 @@ function textbook_companion_menu()
$items['textbook-companion/certificate/generate-pdf'] = array(
'title' => 'Download Certificate',
'description' => 'Download Certificate',
- 'page callback' => 'generate_pdf',
- /*'page arguments' => array(
+ 'page callback' => 'drupal_get_form',
+ 'page arguments' => array(
'generate_pdf'
- ),*/
+ ),
'access arguments' => array(
'generate pdf'
),