Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Merge branch 'patch-1' of https://github.com/autowp/zf2 into hotfix/2379
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Sep 18, 2012
2 parents 346c1ba + c08a0ad commit 1efcda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Db/Metadata/Object/AbstractTableObject.php
Expand Up @@ -96,7 +96,7 @@ public function setConstraints($constraints)
*/
public function getConstraints()
{
return $this->columns;
return $this->constraints;
}

/**
Expand Down

0 comments on commit 1efcda0

Please sign in to comment.