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

index 6242e00..14cc0e5 100644 (file)
@@ -137,8 +137,8 @@ class Pman_Core_DataObjects_Core_watch extends DB_DataObject
                 // we have a item in the queue for that waiting to be sent..
                 continue;
             }
-            $n->act_start( date("Y-m-d H:i:s") );
             
+            $n->act_start( date("Y-m-d H:i:s") );
             $n->insert();