Skip to content

Commit

Permalink
[command] Fixed build-sql
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Aug 30, 2011
1 parent 7e4c152 commit c04664b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/BuildSqlCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
$this->additionalPhingArgs[] = 'verbose';
}

if (true === $this->callPhing('sql', array('propel.packageObjectModel' => false))) {
if (true === $this->callPhing('sql', array('propel.packageObjectModel' => true))) {
$filesystem = new Filesystem();
$basePath = $this->getApplication()->getKernel()->getRootDir(). DIRECTORY_SEPARATOR . 'propel'. DIRECTORY_SEPARATOR . 'sql';
$sqlMap = file_get_contents($basePath . DIRECTORY_SEPARATOR . 'sqldb.map');
Expand Down

0 comments on commit c04664b

Please sign in to comment.