viewgit/inc/functions.php:22 Function utf8_encode() is deprecated [8192]

Adds GROUP_ANALYTICS_MODE to not null fields, a=chris

Chris Pollett [2022-11-23 20:Nov:rd]
Adds GROUP_ANALYTICS_MODE to not null fields, a=chris
Filename
src/controllers/components/SystemComponent.php
diff --git a/src/controllers/components/SystemComponent.php b/src/controllers/components/SystemComponent.php
index fa8b7f1d6..d3b74fb53 100755
--- a/src/controllers/components/SystemComponent.php
+++ b/src/controllers/components/SystemComponent.php
@@ -845,7 +845,8 @@ EOD;
             'TIMEZONE' => 'America/Los_Angeles',
             'SESSION_NAME' => "yioopbiscuit",
             'CSRF_TOKEN' => "YIOOP_TOKEN",
-            'DIFFERENTIAL_PRIVACY' => false
+            'DIFFERENTIAL_PRIVACY' => false,
+            'GROUP_ANALYTICS_MODE' => false
         ];
         $data = [];
         $data['AUTOLOGOUT_TIMES'] = [
ViewGit