Skip to content

Commit

Permalink
Fixing failing test case
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Feb 23, 2014
1 parent a332584 commit 5d6963a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Form/EntityContext.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ protected function _prepare() {
* @return boolean * @return boolean
*/ */
public function primaryKey() { public function primaryKey() {
return $this->_tables[$this->_rootName]->primaryKey(); return (array)$this->_tables[$this->_rootName]->primaryKey();
} }


/** /**
Expand Down

0 comments on commit 5d6963a

Please sign in to comment.