We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ff8a5 commit 4c6a25fCopy full SHA for 4c6a25f
1 file changed
admin/modules.php
@@ -116,7 +116,7 @@
116
if ($uploader->fetchMedia($_POST['xoops_upload_file'][0])) {
117
$uploader->fetchMedia($_POST['xoops_upload_file'][0]);
118
if (!$uploader->upload()) {
119
- $errors = $uploader->getErrors();
+ $errors =& $uploader->getErrors();
120
redirect_header('javascript:history.go(-1)', 3, $errors);
121
} else {
122
$modulesObj->setVar('mod_image', $uploader->getSavedFileName());
0 commit comments