Skip to content

Commit

Permalink
I should run tests locally next time
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jan 16, 2014
1 parent 3f15243 commit 730428d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ORM/Association/ExternalAssociationTrait.php
Expand Up @@ -128,7 +128,7 @@ public abstract function eagerLoader(array $options);
protected function _joinCondition(array $options) {
$conditions = [];
$tAlias = $this->target()->alias();
$sAlias = $this->sourceTable()->alias();
$sAlias = $this->source()->alias();
$foreignKey = (array)$options['foreignKey'];
$primaryKey = (array)$this->_sourceTable->primaryKey();

Expand Down

0 comments on commit 730428d

Please sign in to comment.