diff --git a/wire/core/AdminThemeFramework.php b/wire/core/AdminThemeFramework.php index 939b7e8a..4d5ec788 100644 --- a/wire/core/AdminThemeFramework.php +++ b/wire/core/AdminThemeFramework.php @@ -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 = ''; }