mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
fix
This commit is contained in:
@@ -98,10 +98,7 @@ class Layout
|
||||
return Json::encode($data);
|
||||
}
|
||||
|
||||
$filePath = Util::concatPath(
|
||||
$this->defaultPath,
|
||||
$name . '.json'
|
||||
);
|
||||
$filePath = $this->defaultPath . '/' . $name . '.json';
|
||||
|
||||
if (!$this->fileManager->isFile($filePath)) {
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user