Skip to content
Snippets Groups Projects
Commit e48b9998 authored by Alex Arnaud's avatar Alex Arnaud
Browse files

dev #24867 - Fix test failure

parent 4e1478b4
4 merge requests!1132Hotline#29412 images des articles dans le resultat de recherche,!1120Master,!1114Dev #24867 pnb remove loan button,!1109Dev #24867 pnb remove loan button
......@@ -59,8 +59,8 @@ class ZendAfi_View_Helper_TagDilicomWidget extends Zend_View_Helper_HtmlElement
protected function getLoanBookAnchor() {
return $this->getDilicomAnchor(['controller' => 'bib-numerique',
'action' => 'loan-book-ajax',
'id' => $this->_album->getId(),],
$this->view->_('Emprunter le livre au format EPUB'),
'id' => $this->_album->getId()],
$this->view->_('Emprunter le livre au format EPUB')
);
}
......
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