Command/SyncDocumentsCommand.php
changeset 57 186c4121c7b3
parent 42 0e57c730bb18
--- a/Command/SyncDocumentsCommand.php	Mon Nov 28 15:58:34 2011 +0100
+++ b/Command/SyncDocumentsCommand.php	Tue Dec 06 14:53:12 2011 +0100
@@ -152,6 +152,7 @@
     
     private function execute_docs(InputInterface $input, OutputInterface $output)
     {
+        $class = $this->getContainer()->getParameter('wiki_tag.document_class');
         $all = $input->getOption('all');
         $doctrine = $this->getContainer()->get('doctrine');
         $docrep = $doctrine->getRepository('WikiTagBundle:Document');