From f7c92e785857e7b41bdd9ace9d044089aa86648f Mon Sep 17 00:00:00 2001 From: efalcy <stl@gresille.org> Date: Fri, 21 Mar 2014 17:34:48 +0100 Subject: [PATCH] Fix domain browsing --- application/modules/opac/views/scripts/domains/browse.phtml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/application/modules/opac/views/scripts/domains/browse.phtml b/application/modules/opac/views/scripts/domains/browse.phtml index ced1fbde13c..4d78fa2aa43 100644 --- a/application/modules/opac/views/scripts/domains/browse.phtml +++ b/application/modules/opac/views/scripts/domains/browse.phtml @@ -1,5 +1,7 @@ <?php $this->openBoite(''); -echo $this->renderDomainBrowser($this->current_domain,$this->id_module); +echo $this->renderDomainBrowser($this->current_domain, + $this->id_module, + $this->preferences); $this->closeBoite(); ?> -- GitLab