Remove deprecated handler.register

This commit is contained in:
VirtuBox
2019-09-24 00:01:20 +02:00
parent b4fcb78f6b
commit 547b356a76
12 changed files with 23 additions and 23 deletions

View File

@@ -220,5 +220,5 @@ class WOSecureController(CementBaseController):
def load(app):
handler.register(WOSecureController)
app.handler.register(WOSecureController)
hook.register('post_argument_parsing', wo_secure_hook)