question restore: MDL-22720 silly typo in question restore.
Thanks to Vadim Dvorovenko for finding and fixing this.
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
if ($nextcatid == 0){
|
||||
break;
|
||||
}
|
||||
$catid == $nextcatid;
|
||||
$catid = $nextcatid;
|
||||
$catno--;
|
||||
}
|
||||
$tocontext = get_context_instance(CONTEXT_COURSECAT, $catid);
|
||||
|
||||
Reference in New Issue
Block a user