Browse Source

Fixed code formating

Jonathan Boyer 12 years ago
parent
commit
3334a3d766
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Controller/Component/PaginatorComponent.php

+ 1 - 1
src/Controller/Component/PaginatorComponent.php

@@ -313,7 +313,7 @@ class PaginatorComponent extends Component {
 			$alias = $tableAlias;
 			if (is_numeric($key)){
 				$order[] = $value;
-			}else{
+			} else {
 				if (strpos($key, '.') !== false) {
 					list($alias, $field) = explode('.', $key);
 				}