summaryrefslogtreecommitdiff
path: root/app/test.go
diff options
context:
space:
mode:
authorHorus32015-05-05 22:41:27 +0200
committerHorus32015-05-05 22:41:27 +0200
commitf71b90582c713e528fb731ded8ded8d8b599c031 (patch)
tree97f8a51ecae187477672e4e7f46ed84444447fd5 /app/test.go
parent39ae1e288e94871ea7fe41976080afdb503950bc (diff)
downloadstatuspage-f71b90582c713e528fb731ded8ded8d8b599c031.tar.gz
Fixed IndexOutOfBonds runtime panic.HEADmaster
Diffstat (limited to 'app/test.go')
-rw-r--r--app/test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/test.go b/app/test.go
index a323b31..210e7f4 100644
--- a/app/test.go
+++ b/app/test.go
@@ -39,7 +39,7 @@ func testMail() {
h := []Host{}
Db.Find(&u)
Db.Find(&h)
- SendEmail(u, h)
+ SendEmail(u, h, "Test")
}
func t() {