1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-10 16:14:20 +02:00

Version 1.4.7: Fix ampersand error

This commit is contained in:
trendschau
2021-07-24 12:00:08 +02:00
parent fcd58a7276
commit 4501f3cbf8
4 changed files with 24 additions and 9 deletions

View File

@@ -143,7 +143,7 @@ class ProcessFile extends ProcessAssets
public function getFileDetails($name, $structure)
{
{
$name = basename($name);
if (!in_array($name, array(".","..")) && file_exists($this->fileFolder . $name))