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 2616d6343b
commit a2e726382a
+1
View File
@@ -94,6 +94,7 @@ class upload_manager {
$course = $SITE;
}
$this->config = new stdClass();
$this->config->deleteothers = $deleteothers;
$this->config->handlecollisions = $handlecollisions;
$this->config->recoverifmultiple = $recoverifmultiple;