* fix bug#481.

This commit is contained in:
azhi
2013-08-21 13:18:38 +08:00
parent 5bfb463239
commit ca93b742cd
+1 -1
View File
@@ -39,7 +39,7 @@ class actionModel extends model
$action->actor = $actor ? $actor : $this->app->user->account;
$action->action = strtolower($actionType);
$action->date = helper::now();
$action->comment = $comment;
$action->comment = ltrim($comment, "<br />");
$action->extra = $extra;
/* Get product and project for this object. */