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

hotline $20971 : not display calendar event when publication date > now

parent 677af23d
Branches
Tags
5 merge requests!780Master,!772Master,!771Hotline master,!770Stable,!765Hotline 20971 article unpublished published
......@@ -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';
......
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