From 059e845d967a8177c38d58d0909da8f8d3af4406 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 9 Jan 2023 20:06:37 +0100 Subject: Fix Carabiner PHP 8.0+ error --- htdocs/application/libraries/Carabiner.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/application/libraries/Carabiner.php b/htdocs/application/libraries/Carabiner.php index f8037cf..6fbafe2 100644 --- a/htdocs/application/libraries/Carabiner.php +++ b/htdocs/application/libraries/Carabiner.php @@ -461,7 +461,7 @@ class Carabiner { * @param String of the group name with which the asset is to be associated. NOT REQUIRED * @return Void */ - private function _asset($type, $dev_file, $prod_file = '', $combine, $minify, $media = 'screen', $group = 'main') + private function _asset($type, $dev_file, $prod_file = '', $combine = TRUE, $minify = TRUE, $media = 'screen', $group = 'main') { if ($type == 'css') : -- cgit v1.2.3