Skip to content
Snippets Groups Projects
Commit 51c603c2 authored by Laurent's avatar Laurent
Browse files

dev #37100 RT fixes

parent 1b08cdec
Branches
Tags
10 merge requests!1587Master,!1553Master,!1519Master,!1505Stable,!1502Master,!1501Stable,!1491Master,!1490Hotline master,!1489Stable,!1476Dev#37100 optimisation du code cote navigateur pour casqy
......@@ -113,9 +113,6 @@ abstract class ZendAfi_View_Helper_Article_RenderAbstract extends ZendAfi_View_H
public function renderReseauxSociaux($article) {
return $this->view->reseauxSociaux($article);
$url_reseau = $this->view->url(['controller' => 'cms',
'action' => 'reseau',
'id_article' => $article->getId()], null, true);
}
......
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