mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-23310 fixed undefined page layouts
This commit is contained in:
parent
835d78ff9e
commit
897aa80c05
4 changed files with 7 additions and 7 deletions
|
@ -53,7 +53,7 @@ if ($groupid !== null) {
|
|||
}
|
||||
|
||||
$PAGE->set_url($url);
|
||||
$PAGE->set_pagelayout('general');
|
||||
$PAGE->set_pagelayout('standard');
|
||||
|
||||
if ($courseid == SITEID) {
|
||||
require_login();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue