Skip to content

Commit d9d5fe6

Browse files
committed
Merge pull request blueimp#1808 from sieppl/patch-1
Update server/php/upload.class.php
2 parents 88f4653 + 58161d2 commit d9d5fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/php/upload.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function __construct($options = null, $initialize = true) {
107107
)
108108
);
109109
if ($options) {
110-
$this->options = array_replace_recursive($this->options, $options);
110+
$this->options = array_merge($this->options, $options);
111111
}
112112
if ($initialize) {
113113
$this->initialize();

0 commit comments

Comments
 (0)