mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-22788 fixed old currency use
This commit is contained in:
parent
c0934fc42a
commit
c99a4ea201
@ -169,7 +169,7 @@ class enrol_paypal_plugin extends enrol_plugin {
|
||||
$wwwroot = str_replace("http://", "https://", $CFG->wwwroot);
|
||||
}
|
||||
echo '<div class="mdl-align"><p>'.get_string('paymentrequired').'</p>';
|
||||
echo '<p><b>'.get_string('cost').": $CFG->enrol_currency $cost".'</b></p>';
|
||||
echo '<p><b>'.get_string('cost').": $instance->currency $cost".'</b></p>';
|
||||
echo '<p><a href="'.$wwwroot.'/login/">'.get_string('loginsite').'</a></p>';
|
||||
echo '</div>';
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user