rabin 1 년 전
부모
커밋
8ed9701ef1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/bao/connect/api/Notify.php

+ 1 - 1
src/bao/connect/api/Notify.php

@@ -75,7 +75,7 @@ class Notify extends Api
 
     private function error($msg)
     {
-        if ($this->info['notify_error']) {
+        if ($this->info && $this->info['notify_error']) {
             if ($this->info['notify_error'] == 500) {
                 header("HTTP/1.1 500 Internal Server Error");
                 header("Status: 500 Internal Server Error");