mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 11:56:40 +02:00
MDL-51935 wiki: Add missing strings in wiki
This commit is contained in:
parent
1533fca4b5
commit
487f6471a0
4 changed files with 9 additions and 5 deletions
|
@ -268,7 +268,7 @@ if ($id) {
|
|||
// * Error. No more options
|
||||
// */
|
||||
} else {
|
||||
print_error('incorrectparameters');
|
||||
print_error('invalidparameters', 'wiki');
|
||||
}
|
||||
|
||||
if (!wiki_user_can_view($subwiki, $wiki)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue