mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 16:04:25 +02:00
MDL-59885 assignfeedback_editpdf: Correctly report combination status
This commit is contained in:
parent
27466d7548
commit
5e6a36f845
@ -106,6 +106,7 @@ class combined_document {
|
||||
case \core_files\conversion::STATUS_IN_PROGRESS:
|
||||
case \core_files\conversion::STATUS_PENDING:
|
||||
$pending = true;
|
||||
break;
|
||||
|
||||
case \core_files\conversion::STATUS_FAILED:
|
||||
return self::STATUS_FAILED;
|
||||
|
Loading…
x
Reference in New Issue
Block a user