grabs / moodle-mod_unilabel

1 stars 10 forks source link

incorrect function name get_unilabel_name #3

Closed danmarsden closed 5 years ago

danmarsden commented 5 years ago

plugin functions are supposed to be prefixed with the plugin name - so maybe just replace this with something like:

unilabel_get_name()

(probably won't be a blocker for approval as it does use unilabel in the function name - just not in the right place.)

grabs commented 5 years ago

Thank for your hints. It is now fixed.