Skip to content
Snippets Groups Projects
Commit 1c5927a0 authored by Laurent's avatar Laurent
Browse files

hotline #16319 homepage module BibNumerique display albums using title order

parent be8df101
Branches
Tags
......@@ -75,7 +75,7 @@ class Class_AlbumCategorie extends Storm_Model_Abstract {
'albums' => array('model' => 'Class_Album',
'role' => 'categorie',
'order' => 'libelle',
'order' => 'titre',
'dependents' => 'delete'));
protected $_default_attribute_values = array('parent_id' => 0);
......
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