1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-09 08:17:12 +02:00
This commit is contained in:
Ryan Cramer
2022-04-15 10:45:16 -04:00
parent cf2f209f8c
commit 3c28ecd16c

View File

@@ -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 = '';
}