mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +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;
|
$course = $SITE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$this->config = new stdClass();
|
||||||
$this->config->deleteothers = $deleteothers;
|
$this->config->deleteothers = $deleteothers;
|
||||||
$this->config->handlecollisions = $handlecollisions;
|
$this->config->handlecollisions = $handlecollisions;
|
||||||
$this->config->recoverifmultiple = $recoverifmultiple;
|
$this->config->recoverifmultiple = $recoverifmultiple;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user