mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
"MDL-14129, fix print_error call under course/, see tracker"
This commit is contained in:
parent
211c6890c5
commit
ba6018a902
17 changed files with 146 additions and 117 deletions
|
@ -8,7 +8,7 @@
|
|||
require_login();
|
||||
|
||||
if (isguest()) {
|
||||
print_error("No guests here!");
|
||||
print_error("noguest");
|
||||
}
|
||||
|
||||
if (empty($CFG->enablecourserequests)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue