Skip to content

Commit

Permalink
Update relationship
Browse files Browse the repository at this point in the history
  • Loading branch information
quanganhdo committed Jan 9, 2009
1 parent 968a565 commit 767acd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/models/user.php
Expand Up @@ -9,8 +9,8 @@ class User extends AppModel {
'dependent' => false,
'conditions' => '',
'fields' => '',
'order' => '',
'limit' => '',
'order' => 'Url.created DESC',
'limit' => '15',
'offset' => '',
'exclusive' => '',
'finderQuery' => '',
Expand Down

0 comments on commit 767acd5

Please sign in to comment.