mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
MDL-44499: Fix PHP warning in upload_manager class
This commit is contained in:
parent
5d04aed148
commit
9619ff9ba3
@ -97,6 +97,7 @@ class upload_manager {
|
||||
$course = $SITE;
|
||||
}
|
||||
|
||||
$this->config = new stdClass();
|
||||
$this->config->deleteothers = $deleteothers;
|
||||
$this->config->handlecollisions = $handlecollisions;
|
||||
$this->config->recoverifmultiple = $recoverifmultiple;
|
||||
|
Loading…
x
Reference in New Issue
Block a user