From 56e7034f1bb8029046bb6c765eba5873a8f97b94 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 26 Oct 2018 12:52:57 +0800 Subject: [PATCH] Pman/Roo.php --- Pman/Roo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2