Fix notifications module integration

This commit is contained in:
Daniel 2019-10-04 23:50:41 +02:00
parent 233ca05158
commit 74d7656580

View file

@ -11,7 +11,7 @@ var (
) )
func init() { func init() {
modules.Register("notifications", nil, start, nil, "base", "database") module = modules.Register("notifications", nil, start, nil, "base", "database")
} }
func start() error { func start() error {