rabin hai 1 ano
pai
achega
8ed9701ef1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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");