NotifySend.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 11 Aug 2011 02:39:05 +0000 (10:39 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 11 Aug 2011 02:39:05 +0000 (10:39 +0800)
NotifySend.php

index 4ff0d6d..21c97c0 100644 (file)
@@ -74,10 +74,13 @@ class Pman_Core_NotifySend extends Pman
         if (!$w->get($id)) {
             die("invalid id or time\n");
         }
-        if (!$foce && strtotime($w->act_when) < strtotime($w->sent)) {
+        if (!$force && strtotime($w->act_when) < strtotime($w->sent)) {
             die("send repeat to early\n");
         }
-         
+        
+        
+        
+        
         $o = $w->object();
         $p = $w->person();