From: Alan Knowles Date: Fri, 26 Oct 2018 04:52:57 +0000 (+0800) Subject: Pman/Roo.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=56e7034f1bb8029046bb6c765eba5873a8f97b94 Pman/Roo.php --- diff --git a/Pman/Roo.php b/Pman/Roo.php index cfa433c..3791534 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -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);