mirror of
https://github.com/safing/portbase
synced 2025-09-01 18:19:57 +00:00
Fix notifications module integration
This commit is contained in:
parent
233ca05158
commit
74d7656580
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue