rabin 1 year ago
parent
commit
b8fed3b695
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bao/connect/api/Notify.php

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

@@ -100,7 +100,7 @@ class Notify extends Api
         if ($this->info['notify_sign_col']) {
             $this->info['sign_col'] = $this->info['notify_sign_col'];
         }
-        if ($sign = Dever::isset($input, $this->connect['sign_name'])) {
+        if ($sign = Dever::issets($input, $this->connect['sign_name'])) {
             unset($input[$this->connect['sign_name']]);
             unset($input['l']);
             if ($sign != $this->sign($input)) {