Skip to content
Snippets Groups Projects
Commit 78e3fdba authored by pbarroca's avatar pbarroca
Browse files

Multimedia: correction initialisation attribut

parent 50844f3c
Branches
Tags
No related merge requests found
......@@ -80,6 +80,8 @@ class Class_Multimedia_Location extends Storm_Model_Abstract {
'role' => 'location',
'order' => 'libelle'),
'devices' => array('through' => 'groups'));
protected $_default_attribute_values = array('days' => '');
public static function getLoader() {
return self::getLoaderFor(__CLASS__);
......
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