Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Sammaye/mongoyii-php7
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammaye committed Jan 9, 2017
2 parents dd5363e + 5b8e9e6 commit e539d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public function setSort(array $sort)
}
}

$this->_sort = CMap::mergeArray($sort, $this->_sort);
$this->_sort = CMap::mergeArray($this->_sort, $sort);
return $this;
}

Expand Down

0 comments on commit e539d6f

Please sign in to comment.