From 3ee4b564f01486aceec24fbb888b6ff0f3e2d830 Mon Sep 17 00:00:00 2001 From: odain Date: Mon, 4 May 2020 11:16:51 +0200 Subject: [PATCH] add a test to always validate datamodel declared precompiled CSS --- application/themehandler.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/themehandler.class.inc.php b/application/themehandler.class.inc.php index 6aaf30592..43c5053ce 100644 --- a/application/themehandler.class.inc.php +++ b/application/themehandler.class.inc.php @@ -244,7 +244,7 @@ CSS; * @return string * @throws \Exception */ - private static function ComputeSignature($aThemeParameters, $aImportsPaths) + public static function ComputeSignature($aThemeParameters, $aImportsPaths) { $aSignature = array( 'variables' => md5(json_encode($aThemeParameters['variables'])),