From e5c52420934d1b349745b93cae46914bbe02dabc Mon Sep 17 00:00:00 2001 From: SiskelDev Date: Sat, 19 Jul 2025 16:02:50 +0200 Subject: [PATCH] bug fix --- data/script/furatalog.sessions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/script/furatalog.sessions.php b/data/script/furatalog.sessions.php index 88caf72..ac1e720 100644 --- a/data/script/furatalog.sessions.php +++ b/data/script/furatalog.sessions.php @@ -62,7 +62,7 @@ class furatalogSessions { $this->cookieKey = isset($_COOKIE["_cookieKey"]) ? $_COOKIE["_cookieKey"] : ""; if ($this->cookieKey == "") { - $this->cookieKey = generateKey(); + $this->cookieKey = $this->generateKey(); } }