From a28efa699c96c8bb29d86be569a35182cb21d1ea Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 14 Oct 2021 16:59:52 +0200 Subject: [PATCH] wip #4757 --- src/Compiler/Styles.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Compiler/Styles.php b/src/Compiler/Styles.php index 5ac43d7..d8be34d 100644 --- a/src/Compiler/Styles.php +++ b/src/Compiler/Styles.php @@ -346,7 +346,6 @@ trait Styles protected function checkThemeImage($path) { - return true; $path = trim($path); $path = trim($path, '/'); if (!$path) { -- 2.39.5