NotifySend.php
authorleon <leon@roojs.com>
Tue, 31 Oct 2023 03:43:32 +0000 (11:43 +0800)
committerleon <leon@roojs.com>
Tue, 31 Oct 2023 03:43:32 +0000 (11:43 +0800)
NotifySend.php

index 51ab839..e0728fb 100644 (file)
@@ -109,7 +109,8 @@ class Pman_Core_NotifySend extends Pman
             $this->errorHandler("already sent - repeat to early\n");
         }
 
-        die($force);
+        var_dump($force);
+        die('b');
         
         $this->server = DB_DataObject::Factory('core_notify_server')->getCurrent($this, $force);
         if (!$force &&  $w->server_id != $this->server->id) {