removed not necessary sort results in huge performance improvement

pull/217/head
Christophe Vandeplas 2013-06-08 16:55:04 +02:00
parent d4d24a3aea
commit bd88c10bf1
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ class Attribute extends AppModel {
)
);
public $order = array("Attribute.event_id" => "DESC", "Attribute.type" => "ASC");
public $order = array("Attribute.event_id" => "DESC");
/**
* Validation rules