* finish task#1190.

This commit is contained in:
chencongzhi520@gmail.com
2013-04-11 08:32:09 +00:00
parent f5867097f4
commit 921a09eef0
15 changed files with 29 additions and 14 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class actionModel extends model
$action->actor = $this->app->user->account;
$action->action = strtolower($actionType);
$action->date = helper::now();
$action->comment = htmlspecialchars($comment);
$action->comment = $comment;
$action->extra = $extra;
/* Get product and project for this object. */