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");