DataObjects/Core_watch.php
authorAlan Knowles <alan@roojs.com>
Wed, 28 Sep 2011 07:12:56 +0000 (15:12 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 28 Sep 2011 07:12:56 +0000 (15:12 +0800)
DataObjects/Core_watch.php

index 250b5c2..6242e00 100644 (file)
@@ -119,8 +119,8 @@ class Pman_Core_DataObjects_Core_watch extends DB_DataObject
         $watches = $w->fetchAll();
         
         $nn = DB_DataObject::Factory('core_notify');
-        $nn->ontable = $event->on_table;
-        $nn->onid = $event->on_id;
+        $nn->ontable    = $event->on_table;
+        $nn->onid       = $event->on_id;
         
         foreach($watches as $watch) {
             if (!$watch->person_id) { // no people??? bugs in watch table