vali 6 years ago
parent
commit
858024c157
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vendor/GatewayWorker_windows/Applications/whisper/Events.php

+ 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) {