Skip to content

Commit

Permalink
fixing sql sort error
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmatic69 committed Jul 9, 2012
1 parent 746e92c commit e96ea64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Core/Contents/View/GlobalContents/admin_index.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
),
$this->Paginator->sort('title'),
$this->Paginator->sort('model'),
$this->Paginator->sort('GlobalLayout.name', __d('contents', 'Layout')) => array(
$this->Paginator->sort('Layout.name', __d('contents', 'Layout')) => array(
'style' => 'width:100px;'
),
$this->Paginator->sort('ContentGroup.name', __d('contents', 'Group')) => array(
Expand All @@ -58,7 +58,7 @@
<?php echo $content['GlobalContent']['model']; ?>&nbsp;
</td>
<td>
<?php
<?php
echo $this->Html->adminQuickLink(
$content['Layout'],
array('controller' => 'global_layouts'),
Expand Down

0 comments on commit e96ea64

Please sign in to comment.