DataObjects/Core_notify_recur.php
authorChris <chris@roojs.com>
Thu, 24 May 2012 04:17:22 +0000 (12:17 +0800)
committerChris <chris@roojs.com>
Thu, 24 May 2012 04:17:22 +0000 (12:17 +0800)
DataObjects/Core_notify_recur.php

index d4e7cd2..03584e6 100644 (file)
@@ -64,7 +64,7 @@ class Pman_Core_DataObjects_Core_notify_recur extends DB_DataObject
         list($this->start, $this->end) = $this->notifytimesRange($advance);
         error_log($this->start);
         error_log($this->end);
-        if (strtotime($start) > strtotime($end)) {
+        if (strtotime($this->start) > strtotime($this->end)) {
             return array(); // no data..
         }