Skip to content

Commit

Permalink
Missing global $OUTPUT decleration
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Oct 30, 2009
1 parent 40fcf70 commit fd7020c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions enrol/paypal/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<td align="right">enrol_currency:</td>
<td>
<?php
global $OUTPUT;
$select = html_select::make($paypalcurrencies, "enrol_currency", $frm->enrol_currency, false);
$select->nothingvalue = '';
echo $OUTPUT->select($select);
Expand Down

0 comments on commit fd7020c

Please sign in to comment.