get_helpers fix

This commit is contained in:
Alessio Fabrizio 2024-10-15 16:54:28 +02:00
parent c757b8a6c3
commit 9d7464d2be
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ class D4SciencePlugin(plugins.SingletonPlugin):
# ITemplateHelpers
def get_helpers(self):
return helpers.get_helpers()
return helpers.get_helpers(self)
# IValidators