mdjnelson / moodle-mod_customcert

Enables the creation of dynamically generated certificates with complete customisation via the web browser.
https://moodle.org/plugins/mod_customcert
GNU General Public License v3.0
91 stars 158 forks source link

Invalid get_string() identifier: 'skype' or component 'moodle' #478

Closed ewallah closed 1 year ago

ewallah commented 2 years ago

Issue #423 handled the deprecated user fields in MOODLE_311_STABLE, but for some reason the Skype field was skipped.

As a result I see debugging messages: Invalid get_string() identifier: 'skype' or component 'moodle'. Perhaps you are missing $string['skype'] = ''; in lang/en/moodle.php?

mdjnelson commented 2 years ago

Thanks for the report.

AdilIqbal95 commented 2 years ago

I'm having the same issue - would you be able to provide an update on the status of this issue please? Thanks.

mdjnelson commented 1 year ago

Fixed in the 4.x releases.

mdjnelson commented 1 year ago

This was done in https://github.com/mdjnelson/moodle-mod_customcert/commit/1755bbfd1b6236e567710cf177d1a817649d8dc1.