wanggangzero vor 6 Monaten
Ursprung
Commit
f355560086
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 (!isset(req())) {
+        if (null != req()) {
             CLog::err("req() 为空!");
             return $tag;
         }