Remove deprecated handler register
This commit is contained in:
@@ -997,7 +997,7 @@ class WOStackController(CementBaseController):
|
|||||||
|
|
||||||
def load(app):
|
def load(app):
|
||||||
# register the plugin class.. this only happens if the plugin is enabled
|
# register the plugin class.. this only happens if the plugin is enabled
|
||||||
handler.register(WOStackController)
|
app.handler.register(WOStackController)
|
||||||
handler.register(WOStackStatusController)
|
handler.register(WOStackStatusController)
|
||||||
handler.register(WOStackMigrateController)
|
handler.register(WOStackMigrateController)
|
||||||
handler.register(WOStackUpgradeController)
|
handler.register(WOStackUpgradeController)
|
||||||
|
|||||||
Reference in New Issue
Block a user