Skip to content

Commit

Permalink
revert SC_UploadFile
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Dec 12, 2024
1 parent 4937b43 commit 45f5ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/class/SC_UploadFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public function makeTempFile($keyname, $rename = IMAGE_RENAME)
}
}

return $objErr->arrErr[$keyname] ?? '';
return $objErr->arrErr[$keyname];
}

// アップロードされたダウンロードファイルを保存する。
Expand Down

0 comments on commit 45f5ec6

Please sign in to comment.