Skip to content
Snippets Groups Projects
Commit f07b45f9ae8e authored by Graziella Toutoungis's avatar Graziella Toutoungis
Browse files

correction

parent bf113a385c73
No related branches found
No related tags found
No related merge requests found
......@@ -197,7 +197,7 @@
count_blogentry = self.req.execute('Any COUNT(B) WHERE B is BlogEntry')
_ = self.req._
if count_blogentry[0] > 0:
if count_blogentry[0][0] > 0:
box = BoxWidget(_(self.title), id=self.id, islist=False)
box.append(BoxHtml(self.view('blog_archive', None, maxentries=12)))
box.render(self.w)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment