NotifySend.php
[Pman.Core] / NotifySend.php
index c073f0d..b3dd292 100644 (file)
@@ -110,15 +110,14 @@ class Pman_Core_NotifySend extends Pman
              
             $this->errorHandler("already sent - repeat to early\n");
         }
-
-
-
-        die('f');
         
         $this->server = DB_DataObject::Factory('core_notify_server')->getCurrent($this, $force);
         if (!$force &&  $w->server_id != $this->server->id) {
             $this->errorHandler("Server id does not match - use force to try again\n");
         }
+
+    }
+
         
         
         if (!empty($opts['debug'])) {