mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
fixed quoting error
This commit is contained in:
parent
a69be0d861
commit
499c621417
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
||||||
'destination forum(s) - check your file permissionsforums');
|
'destination forum(s) - check your file permissionsforums');
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
error('You can't move to that forum - it doesn't exist!');
|
error('You can\'t move to that forum - it doesn\'t exist!');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue