NotifySend.php
authorEdward <edward@roojs.com>
Thu, 5 Feb 2015 05:44:51 +0000 (13:44 +0800)
committerEdward <edward@roojs.com>
Thu, 5 Feb 2015 05:44:51 +0000 (13:44 +0800)
NotifySend.php

index f2c7299..24bdcd5 100644 (file)
@@ -56,7 +56,7 @@ class Pman_Core_NotifySend extends Pman
             'min' => 0,
             'max' => 0,
         ),
-        'remote' => array(
+        'referer' => array(
             'desc' => 'Return to referer rather then die',
             'default' => 0,
             'short' => 'r',
@@ -547,7 +547,7 @@ class Pman_Core_NotifySend extends Pman
     
     function errorHandler($msg)
     {
-        if(empty($this->remote)){
+        if(empty($this->referer)){
             die($msg);
         }