From b8b03eafe788289df722f055df6581c3e192012a Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 30 Mar 2016 18:38:59 +0800 Subject: [PATCH] RooTrait.php --- RooTrait.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RooTrait.php b/RooTrait.php index 73779e75..4b676e59 100644 --- a/RooTrait.php +++ b/RooTrait.php @@ -141,6 +141,8 @@ trait Pman_Core_RooTrait { return; } + $au = $this->getAuthUser(); + $e = DB_DataObject::factory('Events'); $e->init($act,$obj,$remarks); -- 2.39.2