Quick fix for the attachments index

This commit is contained in:
Karl Cordes 2013-04-08 22:42:22 +10:00
parent 356b9ef9bf
commit a545b74a1b

View file

@ -7,8 +7,9 @@ class AttachmentsController extends AppController {
var $paginate = array( var $paginate = array(
'contain' => false,
'limit' => 5000, 'limit' => 5000,
'order' => 'Attachment.principle_id asc, Attachment.id desc',
); );