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

hotline #18512 cms_comments

test fix
parent aa43cdf0
Branches
Tags
5 merge requests!715Master,!628Master,!625Hotline 6.59,!624Hotline 6.59,!607Hotline#18512 cms comments
......@@ -23,7 +23,7 @@
* Gestion des Avis sur les articles
*/
class Class_Avis extends Storm_Model_Abstract {
use Trait_Avis, Trait_TimeSource;
use Trait_Avis, Trait_TimeSource, Trait_Translator;
protected $_table_name = 'cms_avis';
protected $_belongs_to = ['auteur' => ['model' => 'Class_Users',
......
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