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

rel #7063 : message refuse non pris en compte dans les articles

parent 860635b4
Branches
Tags
No related merge requests found
......@@ -234,6 +234,7 @@ class Admin_CmsController extends Zend_Controller_Action {
if ($this->_request->isPost()) {
$post = $this->_request->getPost();
unset($post['id_items']);
unset($post['refuser']);
foreach(array('debut', 'fin', 'events_debut', 'events_fin') as $date_field) {
if (array_key_exists($date_field, $post))
$post[$date_field] = $this->_toDate($post[$date_field]);
......
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