Skip to content
Snippets Groups Projects
Commit a073514e authored by Ide Braakman's avatar Ide Braakman Committed by Devin Zuczek
Browse files

Issue #2418603 by idebr: Quiz take page has no title callback and defaults to "take"

parent c521590a
No related branches found
No related tags found
No related merge requests found
......@@ -321,6 +321,8 @@ function quiz_menu() {
// Take quiz.
$items['node/%quiz_menu/take'] = array(
'title' => 'Take',
'title callback' => 'quiz_title',
'title arguments' => array(1),
'page callback' => 'quiz_take_page',
'page arguments' => array(1),
'access callback' => 'quiz_take_access',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment