Command/SyncDocumentsCommand.php
changeset 59 ea562f37d7a5
parent 57 186c4121c7b3
--- a/Command/SyncDocumentsCommand.php	Thu Dec 08 18:43:14 2011 +0100
+++ b/Command/SyncDocumentsCommand.php	Fri Dec 09 02:21:17 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');