##// END OF EJS Templates
translation: fix wrong argument call on request
marcink -
r2353:363cf393 default
parent child Browse files
Show More
@@ -35,7 +35,7 b' class _LazyString(object):'
35 req = get_current_request()
35 req = get_current_request()
36 translator = _
36 translator = _
37 if req:
37 if req:
38 translator = req.translator
38 translator = req.translate
39 return translator(*self.args, **self.kw)
39 return translator(*self.args, **self.kw)
40
40
41 def __unicode__(self):
41 def __unicode__(self):
General Comments 0
You need to be logged in to leave comments. Login now