Forums
(@kguevaraj)
6 years, 1 month ago
Thanks @vsourz1td this answer work for me. Existing Code : if (!empty($this->getFile($file))) { Replace with the code : if ($this->getFile($file)) {