13hakta / FileAttach

Tool to attach files to resources with MODX Manager
http://13hakta.ru/blog/fileattach-en.html
15 stars 11 forks source link

bug in processors/mgr/upload.class.php #19

Open artyone opened 4 years ago

artyone commented 4 years ago

$translit is not undefined. in

while(1) {...
else 
$this->filename = '_' . $this->filename;
}

is not work. I think the solution will be ok return $this->failure($this->modx->lexicon('fileattach.item_err_ae'));