mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
pagelib MDL-22282 Fixed a php syntax error
This commit is contained in:
parent
91b890abb9
commit
9d88a01ba6
@ -947,7 +947,7 @@ class moodle_page {
|
||||
}
|
||||
$alt = new stdClass;
|
||||
$alt->title = $title;
|
||||
$alt->url = url;
|
||||
$alt->url = $url;
|
||||
$this->_alternateversions[$mimetype] = $alt;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user