Skip to content
Snippets Groups Projects
Commit 80dca633 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #25820 fix rt comments

parent 3c519681
Branches
Tags
2 merge requests!948Dev #25821 skin mobile,!923Dev #25820 news widget accordion list
......@@ -37,7 +37,7 @@ class ZendAfi_View_Helper_Accueil_News extends ZendAfi_View_Helper_Accueil_Base
$this->renderScriptForDiaporameNavigation($this->preferences);
if($this->isDisplayAccordionList())
$this->renderScriptForAccordionList($this->preferences);
$this->renderScriptForAccordionList();
}
......
......@@ -23,8 +23,6 @@ class ZendAfi_View_Helper_Telephone_News extends ZendAfi_View_Helper_Accueil_New
if (!$articles)
return '';
xdebug_break();
if($this->isDisplayAccordionList())
return parent::getArticles($articles);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment