Skip to content
Snippets Groups Projects
Commit 06b5aaac authored by continuum's avatar continuum
Browse files

Refacto Pseudo notices

parent 543a6bff
Branches
Tags 6.20
No related merge requests found
......@@ -367,7 +367,7 @@ class Class_Indexation_PseudoNotice_Album extends Class_Indexation_PseudoNotice{
parent::_prepare();
if ($this->_datas['id_origine'])
$this->_datas['URL'] = $this->getUrlSite() . 'bib-numerique/notice/ido/'
$this->_datas['url'] = $this->getUrlSite() . 'bib-numerique/notice/ido/'
. $this->_datas['id_origine'];
if ($poster = $this->_model->getPoster())
......
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