From: Alan Knowles Date: Tue, 25 Aug 2020 06:47:54 +0000 (+0800) Subject: typo on comments X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=90e57e3a180f406bd6290113ed8fce17497a694f typo on comments --- diff --git a/Pman/Roo.php b/Pman/Roo.php index 26fd0a9..3cccb1a 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -635,7 +635,7 @@ class Pman_Roo extends Pman * - return false for fail and set DO->err; * * beforeUpdate($old, $request,$roo) - * - after update - jerr() will stop insert.. + * - before update - jerr() will stop insert.. * beforeInsert($request,$roo) * - before insert - jerr() will stop insert.. * @@ -969,6 +969,7 @@ class Pman_Roo extends Pman } $ev = $this->addEvent("ADD", $x); if (method_exists($x, 'onInsert')) { + $x->onInsert($_REQUEST, $this, $ev); }