Adapt to new module structure with base and core modules
This commit is contained in:
@@ -23,7 +23,7 @@ var (
|
||||
)
|
||||
|
||||
func init() {
|
||||
modules.Register("profile:index", nil, start, stop, "profile", "database")
|
||||
modules.Register("profile:index", nil, start, stop, "core", "profile")
|
||||
}
|
||||
|
||||
func start() (err error) {
|
||||
|
||||
Reference in New Issue
Block a user