From befa7445d254cc88662015222c85ccd4c96b9a10 Mon Sep 17 00:00:00 2001 From: Ethan Koenig Date: Fri, 15 Dec 2017 13:11:02 -0800 Subject: Unit tests for routers/repo/issue_label (#3198) --- routers/repo/issue.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routers/repo/issue.go') diff --git a/routers/repo/issue.go b/routers/repo/issue.go index 7664d074e3..ec8fda8f7c 100644 --- a/routers/repo/issue.go +++ b/routers/repo/issue.go @@ -776,7 +776,7 @@ func getActionIssues(ctx *context.Context) []*models.Issue { return nil } if err = issue.LoadAttributes(); err != nil { - ctx.Handle(500, "LoadAttributes", nil) + ctx.Handle(500, "LoadAttributes", err) return nil } } -- cgit v1.2.3