Skip to content
Snippets Groups Projects
Commit 9dcb03fd authored by Joshua Ellinger's avatar Joshua Ellinger
Browse files

Fixed typo in quiz install

parent 40b475e2
No related branches found
No related tags found
No related merge requests found
......@@ -547,7 +547,7 @@ function quiz_data_update_2() {
$quiz_close = $row->quiz_close;
$takes = $row->takes;
$time_limit = $row->time_limit;
$quiz_alaways = $row->quiz_always;
$quiz_always = $row->quiz_always;
$node = node_load($nid);
$vid = $node->vid;
$tid = $node->tid;
......
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