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

Commit

Permalink
Merge branch 'fix/viewname' of github.com:samsonasik/zf2 into samsona…
Browse files Browse the repository at this point in the history
…sik-fix/viewname
  • Loading branch information
mwillbanks committed Aug 6, 2014
2 parents 4dd59df + 17bc42b commit 5d5c16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Db/Metadata/Metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public function getTable($tableName, $schema = null)
*/
public function getViewNames($schema = null)
{
return $this->source->getTable($schema);
return $this->source->getViewNames($schema);
}

/**
Expand Down

0 comments on commit 5d5c16a

Please sign in to comment.