liip / LiipTranslationBundle

Tools for translation management
MIT License
25 stars 11 forks source link

Undefined index fix for $config #42

Closed robinvdvleuten closed 9 years ago

robinvdvleuten commented 9 years ago

The persistence options are required by the LiipTranslationExtension. If you do not configure them you'll get an undefined index issue, because the default configuration values aren't passed to the processed config. This is a small fix for that.