Skip to content
Snippets Groups Projects

Hotline master

Merged Ghislain Loas requested to merge hotline-master into master
Compare and
+ 318
170
Preferences
Compare changes
Files
@@ -153,11 +153,17 @@ class Admin_AccueilController extends Zend_Controller_Action {
if ($categories=explode('-',$this->_getParam('id_categorie')))
$this->_request->setPost('id_categorie',$categories[0]);
if ($this->_request->getPost('type_aff') == ZendAfi_View_Helper_Accueil_Sito::DISPLAY_HIERARCHY)
$this->_request->setPost('group_by_categorie','0');
}
public function sitothequeAction() {
$this->preprocessSitoCategories();
if ($this->_request->getPost('type_aff') == ZendAfi_View_Helper_Accueil_Sito::DISPLAY_HIERARCHY)
$this->_request->setPost('group_by_categorie','0');
$this->_simpleAction('SITO');
}