mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-14129, fix incorrect print_error() call
This commit is contained in:
parent
6e7ead3ea9
commit
c85fac1ff1
3 changed files with 3 additions and 2 deletions
|
@ -74,6 +74,7 @@ $string['groupunknown'] = 'Group $a not associated to specified course';
|
|||
$string['guestnoeditprofile'] = 'The guest user cannot edit their profile';
|
||||
$string['guestnoeditprofileother'] = 'The guest user profile cannot be edited';
|
||||
$string['invalidaction'] = 'Invalid action parameter.';
|
||||
$string['invalidarguments'] = 'No valid arguments supplied';
|
||||
$string['invalidaccessparameter'] = 'Invalid access parameter.';
|
||||
$string['invalidcourse'] = 'Invalid course';
|
||||
$string['invalidcoursemodule'] = 'Bad course module ID';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue