Quick fix for the attachments index

This commit is contained in:
Karl Cordes 2013-04-08 22:45:32 +10:00
parent bbe09e7bd6
commit 5939dc5815

View file

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