diff options
Diffstat (limited to 'textbook_companion.module')
-rwxr-xr-x | textbook_companion.module | 6 |
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' ), |