mirror of
https://github.com/processwire/processwire.git
synced 2025-08-10 00:37:02 +02:00
Fix issue processwire/processwire-issues#1554
This commit is contained in:
@@ -841,7 +841,6 @@ abstract class AdminThemeFramework extends AdminTheme {
|
|||||||
|
|
||||||
if($this->customTemplatePath) {
|
if($this->customTemplatePath) {
|
||||||
$file = $this->customTemplatePath . $basename;
|
$file = $this->customTemplatePath . $basename;
|
||||||
if(file_exists($file)) $this->warning($file);
|
|
||||||
if(!file_exists($file)) $file = '';
|
if(!file_exists($file)) $file = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user