We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6236c8f + a44bd91 commit 10b79daCopy full SHA for 10b79da
server/php/upload.class.php
@@ -1,6 +1,6 @@
1
<?php
2
/*
3
- * jQuery File Upload Plugin PHP Class 5.17.1
+ * jQuery File Upload Plugin PHP Class 5.17.2
4
* https://github.com/blueimp/jQuery-File-Upload
5
*
6
* Copyright 2010, Sebastian Tschan
@@ -670,7 +670,7 @@ public function delete($print_response = true) {
670
}
671
672
673
- return $this->generate_response($info, $print_response);
+ return $this->generate_response($success, $print_response);
674
675
676
0 commit comments