mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
Got ahead of myself, fixed by bug fix
This commit is contained in:
parent
51c870d253
commit
4bea0828a2
@ -27,7 +27,7 @@
|
||||
}
|
||||
if (!optional_param('firstpage', 0, PARAM_INT)) {
|
||||
$linkadd = "";
|
||||
$apageid = get_field("lesson_pages", "id", "lessonid", $lesson->id, "prevpageid", 0)) {
|
||||
$apageid = get_field("lesson_pages", "id", "lessonid", $lesson->id, "prevpageid", 0);
|
||||
|
||||
while (true) {
|
||||
if ($apageid) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user