Skip to content
Snippets Groups Projects
Commit a1fe00a6 authored by efalcy's avatar efalcy
Browse files

indentation

parent 71fd8299
Branches
Tags
No related merge requests found
......@@ -117,13 +117,13 @@ class Class_Indexation_PseudoNotice_FacettesVisitor {
return $this;
}
public function visitLangue($id_langue) {
if ($id_langue)
$this->_facettes[]='L' . $id_langue;
return $this;
public function visitLangue($id_langue) {
if ($id_langue)
$this->_facettes[]='L' . $id_langue;
return $this;
}
public function visitDomaine($domaine_ids) {
public function visitDomaine($domaine_ids) {
foreach(explode(';', $domaine_ids) as $domaine) {
if (!$thesaurus = Class_CodifThesaurus::findThesaurusForCatalogue($domaine))
......@@ -133,9 +133,6 @@ class Class_Indexation_PseudoNotice_FacettesVisitor {
return $this;
}
public function getFacettes() {
return $this->_facettes;
}
......
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