NotifySend.php
authorleon <leon@roojs.com>
Tue, 1 Mar 2022 09:11:03 +0000 (17:11 +0800)
committerleon <leon@roojs.com>
Tue, 1 Mar 2022 09:11:03 +0000 (17:11 +0800)
NotifySend.php

index 6689349..ac1970f 100644 (file)
@@ -101,6 +101,7 @@ class Pman_Core_NotifySend extends Pman
         if (!$w->get($id)) {
             $this->errorHandler("invalid id\n");
         }
+        $this->errorHandler("test\n");
         if (!$force && strtotime($w->act_when) < strtotime($w->sent)) {