Fix date Search / Selection / Default sort

This commit is contained in:
Romain Neutron
2012-04-27 18:39:42 +02:00
parent bf97f5ce49
commit 2c83c77d9a
3 changed files with 2 additions and 9 deletions

View File

@@ -98,7 +98,7 @@ class searchEngine_options implements Serializable
*
* @var string
*/
protected $sort_by = self::SORT_CREATED_ON;
protected $sort_by;
/**
*