mirror of
https://github.com/processwire/processwire.git
synced 2025-08-09 16:26:59 +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) {
|
||||
$file = $this->customTemplatePath . $basename;
|
||||
if(file_exists($file)) $this->warning($file);
|
||||
if(!file_exists($file)) $file = '';
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user