NotifySend.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 13 Jun 2011 08:10:54 +0000 (16:10 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 13 Jun 2011 08:10:54 +0000 (16:10 +0800)
NotifySend.php

index 5c35d3f..796837f 100644 (file)
@@ -50,6 +50,7 @@ class Pman_Core_NotifySend extends Pman
         
         if (!$w->get($id) {
             die("invalid id or time\n");
+        }
         if (strtotime($w->act_when) < strtotime($w->sent)) {
             die("send repeat to early\n");
         }