From 9d221555d905907b869004d37c62cc2e15dbaf54 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Tue, 12 Apr 2016 11:42:09 +0000 Subject: [PATCH] Debug --- library/Application/Controller/Plugin/Lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Application/Controller/Plugin/Lang.php b/library/Application/Controller/Plugin/Lang.php index cb1e0920e..55520000f 100644 --- a/library/Application/Controller/Plugin/Lang.php +++ b/library/Application/Controller/Plugin/Lang.php @@ -55,6 +55,6 @@ class Application_Controller_Plugin_Lang extends Zend_Controller_Plugin_Abstract $registry->set('Zend_Locale', $locale); $registry->set('Zend_Translate', $translate); - Zend_Registry::get('firebug')->info('PLUGIN LANG - START'); + Zend_Registry::get('firebug')->info('PLUGIN LANG - END'); } } \ No newline at end of file