fix unset template path
This commit is contained in:
parent
a329179894
commit
4853cb9d7b
@ -87,6 +87,10 @@ class Templator
|
||||
$this->user_tpl_category = Path::real(implode(DIRECTORY_SEPARATOR, [$this->user_path_theme, self::THEME_TPL_DIR, self::DEFAULT_TPL_CATEGORY])) ?: '';
|
||||
$this->user_tpl_page = Path::real(implode(DIRECTORY_SEPARATOR, [$this->user_path_theme, self::THEME_TPL_DIR, self::DEFAULT_TPL_PAGE])) ?: '';
|
||||
|
||||
if (!is_dir($this->path)) {
|
||||
Files::makeDir($this->path);
|
||||
}
|
||||
|
||||
$this->findTemplates();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user