From a5aa5b292b11a8ef3678f0b772ed2cf80e5654d1 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 7 Dec 2021 16:38:39 +0000 Subject: [PATCH] wait #4945 @0.5 --- inc/ws/Util/html5/master/class.ws.html5.compiler.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inc/ws/Util/html5/master/class.ws.html5.compiler.php b/inc/ws/Util/html5/master/class.ws.html5.compiler.php index 186040fa9..21d5b6939 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -2247,10 +2247,9 @@ height="0" width="0" style="display:none;visibility:hidden"> foreach ($p as $range => $coins) { $pages = cubeArray::parseRange($range); foreach ($pages as $page) { - $dbc[$page] = (int)$coins; + $this->config->gamifyCoins['visit_page_' . $page] = (int)$coins; } } - $this->config->gamify_coins_pages = $dbc; $this->config->content_lock = $this->content_lock; } -- 2.39.5