diff --git a/module/mr/model.php b/module/mr/model.php index 43a9f97221..25cca53f79 100644 --- a/module/mr/model.php +++ b/module/mr/model.php @@ -896,7 +896,7 @@ class mrModel extends model ->add('openedBy', $this->app->user->account) ->add('openedDate', $now) ->add('openedBuild', 'trunk') - ->add('type', 'codeimprovement') + ->add('type', 'codeerror') ->add('repo', $repoID) ->add('mr', $mr) ->add('lines', $this->post->begin . ',' . $this->post->end)