DataObjects/Events.php
authorAlan Knowles <alan@roojs.com>
Wed, 28 Sep 2011 04:34:16 +0000 (12:34 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 28 Sep 2011 04:34:16 +0000 (12:34 +0800)
DataObjects/Events.php

index 4ef4c44..b7e0391 100644 (file)
@@ -92,7 +92,7 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
 
             ));
             $x->insert();
-            $ret += $this->auditChange($k, $new, $old);
+            $ret++;
         }
         return $ret;
     }