Skip to content

Commit

Permalink
error en slotlet
Browse files Browse the repository at this point in the history
  • Loading branch information
jpablop committed Feb 19, 2014
1 parent 364b046 commit be351b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public function render($options = array())
{
$compose_article_groups_articles .= strtr($article_gallery_article, array(
'%article_gallery_id%' => $id_elemento,
'%element_class%' => "article_gallery_element_$i_$j",
'%element_class%' => "article_gallery_element_".$i."_".$j ,
'%title%' => $articles[$j]->__toString(),
'%description%' => $articles[$j]->getDescription(),
'%url%' => url_for($articles[$j]->getURLReference()),
Expand Down

0 comments on commit be351b0

Please sign in to comment.