Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Commit

Permalink
Fixes #496.
Browse files Browse the repository at this point in the history
  • Loading branch information
blueimp committed Jul 25, 2011
1 parent 4affe69 commit e298816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/upload.php
Expand Up @@ -50,7 +50,7 @@ function __construct($options=null) {
)
);
if ($options) {
$this->options = array_merge_recursive($this->options, $options);
$this->options = array_replace_recursive($this->options, $options);
}
}

Expand Down

0 comments on commit e298816

Please sign in to comment.