Skip to content
Snippets Groups Projects
Commit 47a6ed14 authored by llaffont's avatar llaffont
Browse files

sous_vedettes incorrect

parent 15a66031
Branches
Tags
No related merge requests found
......@@ -26,8 +26,7 @@ class Class_Matiere extends Storm_Model_Abstract {
protected $_table_name = 'codif_matiere';
protected $_table_primary = 'id_matiere';
protected $_default_attribute_values = array('libelle' => '',
'sous_vedettes' => '');
protected $_default_attribute_values = array('libelle' => '');
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