Skip to content

Commit

Permalink
question MDL-19820 Adding global $OUTPUT
Browse files Browse the repository at this point in the history
  • Loading branch information
pichetp committed Sep 25, 2009
1 parent ebe387a commit 7b07a7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions question/type/calculated/questiontype.php
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ function &next_wizard_form($submiturl, $question, $wizardnow){
* @param string $wizardnow is '' for first page.
*/
function display_question_editing_page(&$mform, $question, $wizardnow){
global $OUTPUT ;
switch ($wizardnow){
case '':
//on first page default display is fine
Expand Down

0 comments on commit 7b07a7d

Please sign in to comment.