get_helpers fix
This commit is contained in:
parent
c757b8a6c3
commit
9d7464d2be
|
@ -297,7 +297,7 @@ class D4SciencePlugin(plugins.SingletonPlugin):
|
|||
# ITemplateHelpers
|
||||
|
||||
def get_helpers(self):
|
||||
return helpers.get_helpers()
|
||||
return helpers.get_helpers(self)
|
||||
|
||||
# IValidators
|
||||
|
||||
|
|
Loading…
Reference in New Issue