diff --git a/vendor/open-function-computers-llc/rad-theme-engine/src/Site.php b/vendor/open-function-computers-llc/rad-theme-engine/src/Site.php index 0830210..54ab675 100644 --- a/vendor/open-function-computers-llc/rad-theme-engine/src/Site.php +++ b/vendor/open-function-computers-llc/rad-theme-engine/src/Site.php @@ -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; }