mudrd8mz / moodle-tool_pluginskel

Generator of Moodle plugins skeletons
https://moodle.org/plugins/tool_pluginskel
Other
51 stars 46 forks source link

Activity modules are generated without modulename and modulenameplural strings #106

Closed mudrd8mz closed 3 years ago

mudrd8mz commented 3 years ago
String does not exist. Please check your string definition for modulename/foobar

    line 10593 of /lib/moodlelib.php: call to debugging()
    line 7397 of /lib/moodlelib.php: call to lang_string->__construct()
    line 573 of /course/lib.php: call to get_string()
    line 256 of /lib/modinfolib.php: call to get_module_types_names()
    line 104 of /index.php: call to course_modinfo->get_used_module_names()

String does not exist. Please check your string definition for modulenameplural/foobar

    line 10593 of /lib/moodlelib.php: call to debugging()
    line 7397 of /lib/moodlelib.php: call to lang_string->__construct()
    line 574 of /course/lib.php: call to get_string()
    line 256 of /lib/modinfolib.php: call to get_module_types_names()
    line 104 of /index.php: call to course_modinfo->get_used_module_names()
mudrd8mz commented 3 years ago

Warning is now raised when these are missing.