MDL-44499: Fix PHP warning in upload_manager class

This commit is contained in:
Tim Lock 2014-03-07 14:17:02 +10:30
parent 5d04aed148
commit 9619ff9ba3

View File

@ -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;