NotifySend.php
authorAlan Knowles <alan@akkbhome.com>
Sun, 10 Apr 2011 07:01:11 +0000 (15:01 +0800)
committerAlan Knowles <alan@akkbhome.com>
Sun, 10 Apr 2011 07:01:11 +0000 (15:01 +0800)
NotifySend.php

index 578cc21..0e9d3b1 100644 (file)
@@ -49,7 +49,7 @@ class Pman_Core_NotifySend extends Pman
         $w = DB_DataObject::factory($this->table);
         
         if (!$w->get($id) || strtotime($w->act_when) < strtotime($w->sent)) {
-            die("invalid id or time");
+            die("invalid id or time\n");
         }
          
         $o = $w->object();