Преглед изворни кода

[PropelBundle] Fixed build sql command

Francois Zaninotto пре 15 година
родитељ
комит
449bf6266d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/Symfony/Framework/PropelBundle/Command/BuildSqlCommand.php

+ 1 - 1
src/Symfony/Framework/PropelBundle/Command/BuildSqlCommand.php

@@ -52,7 +52,7 @@ EOT
      */
     protected function execute(InputInterface $input, OutputInterface $output)
     {
-        $this->callPhing('sql');
+        $this->callPhing('sql', array('propel.packageObjectModel' => false));
         $filesystem = new Filesystem();
         $basePath = $this->application->getKernel()->getRootDir(). DIRECTORY_SEPARATOR . 'propel'. DIRECTORY_SEPARATOR . 'sql';
         foreach ($this->tempSchemas as $schemaFile => $schemaDetails) {