Skip to content
Snippets Groups Projects

Hotline master

Merged Patrick Barroca requested to merge hotline-master into master
Compare and
+ 173
46
Preferences
Compare changes
Files
@@ -50,7 +50,6 @@ class CmsController extends Zend_Controller_Action {
$preferences['event_date'] = $this->_getParam('d');
$preferences['id_bib'] = $this->_getParam('b');
$preferences['events_only'] = true;
$preferences['published'] = !(bool)$preferences['event_date'];
if(!isset($preferences['display_mode']))
$preferences['display_mode']='Title';