Commit 19bf0ecfb06c9767da9f537a04b64f2cde0a6eeb

Authored by Karpikau Andrei
1 parent 500854ca

check save repeat content

... ... @@ -139,7 +139,7 @@ module Kanjai
139 139 else
140 140 page_template = self.page.page_template
141 141 subpart = TemplatePart.find_by_code(self.type_content)
142   - html = TemplateGenerator.subpart_generate(page_template, 'content', subpart.elements, self.marker_hash, self.id)
  142 + html = Kanjai::TemplateGenerator.subpart_generate(page_template, 'content', subpart.elements, self.marker_hash, self.id)
143 143 html
144 144 end
145 145 end
... ...
1 1 module Kanjai
2   - VERSION = "0.0.105"
  2 + VERSION = "0.0.106"
3 3 end
... ...