mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
c05878500b
Correctly report unhandled question types and get string from language pack.
4 lines
67 B
PHP
4 lines
67 B
PHP
<?php
|
|
$string['nohandler'] = 'No handler for question type $a';
|
|
?>
|