Skip to content
Snippets Groups Projects
Commit 9406fccd authored by Patrick Barroca's avatar Patrick Barroca
Browse files

rel #41198 : fix tests failures

parent 3a33e027
Branches
Tags
2 merge requests!1659Master,!1609Hotline#41198 mise en conformite ssl des urls presentes dans le code de bokeh
......@@ -23,7 +23,6 @@
class ZendAfi_View_Helper_ListeNotices_Vignettes extends ZendAfi_View_Helper_ListeNotices_Abstract {
protected $_read_speaker;
public function listeNotices_Vignettes($data, $preferences=[]) {
$this->loadScript();
$champs = isset($preferences['liste_codes']) ? $preferences['liste_codes'] : 'TANE';
......@@ -148,7 +147,7 @@ class ZendAfi_View_Helper_ListeNotices_Vignettes extends ZendAfi_View_Helper_Lis
protected function _readSpeakerTagFor($record) {
if (!$this->_read_speaker)
$this->_read_speaker = new ZendAfi_View_Helper_ReadSpeaker();
$this->_read_speaker = $this->view->getHelper('ReadSpeaker');
return $this->_read_speaker->readSpeaker('recherche', 'readnotice',
['id' => $record->getId()]);
......
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