Pman/Roo.php
authorAlan Knowles <alan@roojs.com>
Fri, 26 Oct 2018 04:52:57 +0000 (12:52 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 26 Oct 2018 04:52:57 +0000 (12:52 +0800)
Pman/Roo.php

index cfa433c..3791534 100644 (file)
@@ -845,7 +845,7 @@ class Pman_Roo extends Pman
         } else if (method_exists($x, 'applyFilters')) {
             // always call apply filters even after update/insert...
             // however arguments are not passed.
-            $x->applyFilters(array(), $this->authUser, $this);
+            $x->applyFilters(array('_is_update_request' => true), $this->authUser, $this);
         }
         
         // DB_DataObject::DebugLevel(1);