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

Commit

Permalink
Merge branch 'hotfix/2379' into develop
Browse files Browse the repository at this point in the history
Close #2379
  • Loading branch information
weierophinney committed Sep 18, 2012
2 parents 443854e + 7128d5d commit 6902a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Db/Metadata/Object/AbstractTableObject.php
Original file line number Diff line number Diff line change
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 6902a17

Please sign in to comment.