This commit is contained in:
Michael RICOIS 2016-04-12 11:42:09 +00:00
parent 6aae492e1a
commit 9d221555d9

View File

@ -55,6 +55,6 @@ class Application_Controller_Plugin_Lang extends Zend_Controller_Plugin_Abstract
$registry->set('Zend_Locale', $locale); $registry->set('Zend_Locale', $locale);
$registry->set('Zend_Translate', $translate); $registry->set('Zend_Translate', $translate);
Zend_Registry::get('firebug')->info('PLUGIN LANG - START'); Zend_Registry::get('firebug')->info('PLUGIN LANG - END');
} }
} }