From 98d514e5b2604e9199bd65f7873e0d7a5d4312c2 Mon Sep 17 00:00:00 2001 From: leon Date: Tue, 18 Jan 2022 11:48:58 +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 c3709c0..c093bb8 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -1137,11 +1137,11 @@ class Pman_Roo extends Pman if (method_exists($x, 'onUpdate')) { $x->onUpdate($old, $req, $this, $ev); + die("aaaaa"); } if ($ev) { $ev->audit($x, $old); } - die("aaaaa"); return $this->selectSingle( DB_DataObject::factory($x->tableName()), -- 2.39.2