Skip to content

Commit

Permalink
Fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Dec 25, 2014
1 parent f0957d2 commit 9491ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Behavior/TranslateBehavior.php
Expand Up @@ -117,7 +117,7 @@ public function setupFieldAssociations($fields, $table, $model) {
$this->_table->hasOne($name, [
'targetTable' => $target,
'foreignKey' => 'foreign_key',
'joinType' => $filter? 'INNER' : 'LEFT',
'joinType' => $filter ? 'INNER' : 'LEFT',
'conditions' => [
$name . '.model' => $model,
$name . '.field' => $field,
Expand Down

0 comments on commit 9491ead

Please sign in to comment.