aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2023-01-09 20:06:37 +0100
committerDaniel Lange <DLange@git.local>2023-01-09 20:06:37 +0100
commit059e845d967a8177c38d58d0909da8f8d3af4406 (patch)
tree24290a76e3d2e1bfee7264350d82204ddc8a52b0
parent76c38875fb3bd40918a36ff179719b1673cf4340 (diff)
downloadstikked-fit-059e845d967a8177c38d58d0909da8f8d3af4406.tar.gz
stikked-fit-059e845d967a8177c38d58d0909da8f8d3af4406.tar.bz2
stikked-fit-059e845d967a8177c38d58d0909da8f8d3af4406.zip
Fix Carabiner PHP 8.0+ error
-rw-r--r--htdocs/application/libraries/Carabiner.php2
1 files changed, 1 insertions, 1 deletions
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') :

© 2014-2024 Faster IT GmbH | imprint | privacy policy