Remove deprecated handler register

This commit is contained in:
VirtuBox
2019-09-23 23:55:04 +02:00
parent 8b6c9a7c70
commit b4fcb78f6b

View File

@@ -997,7 +997,7 @@ class WOStackController(CementBaseController):
def load(app):
# register the plugin class.. this only happens if the plugin is enabled
handler.register(WOStackController)
app.handler.register(WOStackController)
handler.register(WOStackStatusController)
handler.register(WOStackMigrateController)
handler.register(WOStackUpgradeController)