Skip to content

Commit

Permalink
Fixed code formating
Browse files Browse the repository at this point in the history
  • Loading branch information
Grafikart committed Jan 29, 2014
1 parent fb68446 commit 3334a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/Component/PaginatorComponent.php
Expand Up @@ -313,7 +313,7 @@ public function validateSort(Table $object, array $options) {
$alias = $tableAlias;
if (is_numeric($key)){
$order[] = $value;
}else{
} else {
if (strpos($key, '.') !== false) {
list($alias, $field) = explode('.', $key);
}
Expand Down

0 comments on commit 3334a3d

Please sign in to comment.