Contribution Date
Technology
Contribution Project
Contribution Details
@Mohd Sahzad In the patch, There is no need to add multiple conditions. if (!empty($file) && $file != NULL && !is_null($file->getFileUri())) {
Just add if ($file) {
. It will work.
Can you please recreate it?
Issue Status
Needs work
Contribution Issue Link
Files count
0
Patches count
0