contao/image

Invalid UTF-8 paths result in empty JSON files

ausi opened this issue · 1 comments

ausi commented

We should check if the json_encode was successful in

$this->filesystem->dumpFile($this->getConfigPath($path), json_encode($value));

Related: contao/contao#827 (comment)

ausi commented

See #63