Skip to content

Commit 604db0e

Browse files
committed
Updated version number.
1 parent aab12d3 commit 604db0e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

server/php/UploadHandler.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* jQuery File Upload Plugin PHP Class 6.3
3+
* jQuery File Upload Plugin PHP Class 6.4
44
* https://github.com/blueimp/jQuery-File-Upload
55
*
66
* Copyright 2010, Sebastian Tschan
@@ -299,7 +299,6 @@ protected function create_scaled_image($file_name, $version, $options) {
299299
}
300300
return true;
301301
}
302-
303302
if (!function_exists('imagecreatetruecolor')) {
304303
error_log('Function not found: imagecreatetruecolor');
305304
return false;

0 commit comments

Comments
 (0)