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

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