This commit is contained in:
2025-05-13 14:56:29 -07:00
parent ba4f4860ff
commit 4310190010

View File

@@ -1306,7 +1306,7 @@ class Site
private function checkfavicons()
{
if (!is_dir($manifestFile = get_template_directory() . "/assets")) {
if (!is_dir(get_template_directory() . "/assets")) {
return;
}