mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
formatting fix :-) Really I'm just testing the CVS mailing script
This commit is contained in:
parent
9e3e6be8e7
commit
a0a6424c75
@ -48,8 +48,7 @@ page_map_class($pagetype, $pageclass);
|
||||
// Now, create our page object.
|
||||
if (!isset($USER->id)) {
|
||||
$PAGE = page_create_object($pagetype);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
$PAGE = page_create_object($pagetype, $USER->id);
|
||||
}
|
||||
$PAGE->courseid = $courseid;
|
||||
|
Loading…
x
Reference in New Issue
Block a user