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:
@@ -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))
|
||||
|
Reference in New Issue
Block a user