Fixed missing argument concerning the foq:elastica:populate command

This commit is contained in:
Geoffrey Brier 2012-06-14 13:36:48 +02:00
parent d0085057d5
commit 9dd4943af7

View file

@ -76,7 +76,7 @@ class PopulateCommand extends ContainerAwareCommand
$indexes = array_keys($this->indexManager->getAllIndexes());
foreach ($indexes as $index) {
$this->populateIndex($output, $index);
$this->populateIndex($output, $index, $reset);
}
}
}