diff --git a/enrol/paypal/lib.php b/enrol/paypal/lib.php index 6243ae94ff8..8f5ad5cac24 100644 --- a/enrol/paypal/lib.php +++ b/enrol/paypal/lib.php @@ -169,7 +169,7 @@ class enrol_paypal_plugin extends enrol_plugin { $wwwroot = str_replace("http://", "https://", $CFG->wwwroot); } echo '

'.get_string('paymentrequired').'

'; - echo '

'.get_string('cost').": $CFG->enrol_currency $cost".'

'; + echo '

'.get_string('cost').": $instance->currency $cost".'

'; echo '

'.get_string('loginsite').'

'; echo '
'; } else {