Skip to content
Snippets Groups Projects
Commit 46bdeb35 authored by falcon's avatar falcon
Browse files

#824762 reported by fuzzy76: Fixed: E_ALL Compliance

parent 219e4518
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ function quiz_question_menu() {
'title' => 'Question configuration',
'description' => 'Configure the question types.',
'page callback' => 'drupal_get_form',
'page arguments' => array('quiz_question_config', $type),
'page arguments' => array('quiz_question_config'),
'access arguments' => array('administer quiz configuration'),
'type' => MENU_NORMAL_ITEM,
);
......
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