Skip to content

Commit

Permalink
Fix latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwoo committed Dec 2, 2012
1 parent 0e329b8 commit bce566b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/SearchController.php
Expand Up @@ -110,7 +110,7 @@ public function latest() {
);

$conditions = compact('created');
$order = array('start' => -1);
$order = array('created' => -11, 'rating' => -1);

$url = $this->request->params;

Expand Down

0 comments on commit bce566b

Please sign in to comment.