From: edward Date: Wed, 30 Mar 2016 10:38:59 +0000 (+0800) Subject: RooTrait.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=b8b03eafe788289df722f055df6581c3e192012a RooTrait.php --- 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);