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.
1 parent d5572d2 commit 95586c9Copy full SHA for 95586c9
changelog.txt
@@ -1,6 +1,5 @@
1
Responsive Filemanager Changelog
2
3
-
4
*********************************************************
5
* RFM 9.14.0
6
filemanager/upload.php
@@ -125,7 +125,7 @@
125
$_FILES['files']['name'][0] = fix_strtolower($_FILES['files']['name'][0]);
126
}
127
if (!checkresultingsize($_FILES['files']['size'][0])) {
128
- if ( !isset(upload_handler->response['files'][0]) ) {
+ if ( !isset($upload_handler->response['files'][0]) ) {
129
// Avoid " Warning: Creating default object from empty value ... "
130
$upload_handler->response['files'][0] = new stdClass();
131
0 commit comments