DataObjects/Core_notify.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 23 Aug 2011 07:47:57 +0000 (15:47 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 23 Aug 2011 07:47:57 +0000 (15:47 +0800)
DataObjects/Core_notify.php

index b7c4aa3..267751e 100644 (file)
@@ -59,7 +59,7 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject
             return $set;
         }
         $c = DB_DataObject::factory($this->ontable);
-        if ($this->onid === 0) {
+        if ($this->onid == 0) {
             return $c; // empty dataobject.
         }