Quick fix for the attachments index

This commit is contained in:
Karl Cordes 2013-04-08 22:43:31 +10:00
parent a545b74a1b
commit bbe09e7bd6

View file

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