MDL-44499: Fix PHP warning in upload_manager class
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user