Skip to content

Commit

Permalink
Fixing typo in listSources
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Oct 18, 2010
1 parent ab9c890 commit c1ca039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/libs/model/datasources/dbo/dbo_postgres.php
Expand Up @@ -170,7 +170,7 @@ function listSources() {
$tables = array();

foreach ($result as $item) {
$tables[] = $item->Name;
$tables[] = $item->name;
}

parent::listSources($tables);
Expand Down

0 comments on commit c1ca039

Please sign in to comment.