vali 6 жил өмнө
parent
commit
858024c157

+ 1 - 1
vendor/GatewayWorker_windows/Applications/whisper/Events.php

@@ -1485,7 +1485,7 @@ class Events
             self::$global->systemconfig = $arr;
         }
 
-        $group = self::$db->query("SELECT *  FROM `ws_groups` where status = `1`");
+        $group = self::$db->query("SELECT *  FROM `ws_groups` where `status` = 1");
         $arr = [];
         if ($group) {
             foreach ($group as $val) {