wanggangzero 6 mesi fa
parent
commit
26cda25f5f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Gameserver/App/process/EmailProc.php

+ 1 - 1
Gameserver/App/process/EmailProc.php

@@ -81,7 +81,7 @@ class EmailProc {
     public static function IsExistRedTip() {
 
         $tag = 0;
-        if (null != req()) {
+        if (null != req()->game) {
             CLog::err("req() 为空!");
             return $tag;
         }