Skip to content

Commit 3e40b69

Browse files
committed
Merge branch 'master' into jquery-ui
2 parents e9b1eae + 40f0640 commit 3e40b69

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
@@ -635,7 +635,7 @@ public function head() {
635635
// Prevent Internet Explorer from MIME-sniffing the content-type:
636636
header('X-Content-Type-Options: nosniff');
637637
if ($this->options['access_control_allow_origin']) {
638-
$this->send_access_control_headers();
638+
$this->send_access_control_headers();
639639
}
640640
$this->send_content_type_header();
641641
}

0 commit comments

Comments
 (0)