diff -r d8cb31543a3f -r 7ee9260b8c0e app/AppKernel.php --- a/app/AppKernel.php Tue Oct 04 10:12:08 2011 +0200 +++ b/app/AppKernel.php Thu Oct 06 00:03:30 2011 +0200 @@ -20,6 +20,7 @@ new Company\BaseBundle\CompanyBaseBundle(), new FOS\UserBundle\FOSUserBundle(), new Company\UserBundle\CompanyUserBundle(), + new IRI\Bundle\WikiTagBundle\WikiTagBundle(), ); if (in_array($this->getEnvironment(), array('dev', 'test'))) {