Skip to content
Snippets Groups Projects
Commit 57a19954 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

hackfest : library widget fix fatal error

parent 45932d44
Branches
Tags
6 merge requests!2080Sandbox detach zf from storm,!1922Master,!1921Hotline master,!1920Master,!1914Hackfest default values library widget,!1909Hackfest default values library widget
......@@ -35,6 +35,10 @@ class ZendAfi_View_Helper_Accueil_Library extends ZendAfi_View_Helper_Accueil_Ba
public function getHtml() {
$this->titre = $this->preferences['titre'];
if(!$this->_default_filters && isset($this->preferences['default_filters']))
$this->_default_filters = $this->preferences['default_filters'];
$this->contenu = $this->getContent();
return $this->getHtmlArray();
}
......
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