Skip to content
Snippets Groups Projects
Commit 8388f2f9 authored by llaffont's avatar llaffont
Browse files

Correction requetes sur ids notices domaines si rien n'est retourné

parent 7d60a804
Branches
Tags
No related merge requests found
......@@ -321,7 +321,9 @@ class Class_Catalogue extends Storm_Model_Abstract {
public function updateNoticesWithFacette() {
$ids=$this->getAllNoticeIdsForDomaine();
if (!$ids=$this->getAllNoticeIdsForDomaine())
return;
$sql = Zend_Registry::get('sql');
$thesaurus=Class_CodifThesaurus::findThesaurusForCatalogue($this->getId());
if ($thesaurus)
......
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