helios-ag / FMBbCodeBundle

:capital_abcd: BBCode bundle for Symfony projects
Other
57 stars 35 forks source link

helper missing namespaces use #17

Closed piratadelfuturo closed 12 years ago

piratadelfuturo commented 12 years ago

It seems there is an error with the namespace usage:

Fatal error: Class 'FM\BbcodeBundle\Templating\Helper\Decoda' not found in /Users/daniel/Sites/sevenboom/Src/symfony/vendor/helios-ag/fm-bbcode-bundle/FM/BbcodeBundle/Templating/Helper/BbcodeHelper.php on line 32

This should be added:

use FM\BbcodeBundle\Decoda;
use FM\BbcodeBundle\DecodaManager;
helios-ag commented 12 years ago

Thanks for pointing that, probably no one of bundle users use php templating before you :) fixed in @7bcb647b627aeb3f054a707f1937309916cefe43