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

index 7a3736f..5e4d001 100644 (file)
@@ -145,7 +145,7 @@ class Pman_Core_DataObjects_Core_notify_recur extends DB_DataObject
     function generateNotifications(){
         //$this->notifytimes(2);
         DB_DataObject::debugLevel(1);
-        $w = DB_DataObject::factory($this->__table);
+        $w = DB_DataObject::factory($this->tableName());
         //$this->notifytimes(2);
         $w->find(true);
         $test = $w->fetchAll();