* fix bug#481.
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user