Fix CS errors

This commit is contained in:
ADmad 2013-05-13 23:51:32 +05:30
parent a079ca3f1c
commit 4d434ec9f3
2 changed files with 2 additions and 2 deletions
lib/Cake/Model

View file

@ -1075,7 +1075,7 @@ class Model extends Object implements CakeEventListener {
case 'joinTable':
$tables = array($this->table, $this->{$class}->table);
sort ($tables);
sort($tables);
$data = $tables[0] . '_' . $tables[1];
break;