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'
Browse files Browse the repository at this point in the history
Close #2379
  • Loading branch information
weierophinney committed Sep 18, 2012
2 parents 57f9555 + 7128d5d commit bd9022c
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 bd9022c

Please sign in to comment.