mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 21:45:37 +02:00
question restore: MDL-22720 silly typo in question restore.
Thanks to Vadim Dvorovenko for finding and fixing this.
This commit is contained in:
parent
c990703198
commit
85a712680b
@ -117,7 +117,7 @@
|
||||
if ($nextcatid == 0){
|
||||
break;
|
||||
}
|
||||
$catid == $nextcatid;
|
||||
$catid = $nextcatid;
|
||||
$catno--;
|
||||
}
|
||||
$tocontext = get_context_instance(CONTEXT_COURSECAT, $catid);
|
||||
|
Loading…
x
Reference in New Issue
Block a user