diff --git a/library/Application/Controller/Plugin/Lang.php b/library/Application/Controller/Plugin/Lang.php index 55520000f..d3026acc7 100644 --- a/library/Application/Controller/Plugin/Lang.php +++ b/library/Application/Controller/Plugin/Lang.php @@ -28,6 +28,7 @@ class Application_Controller_Plugin_Lang extends Zend_Controller_Plugin_Abstract $locale = new Zend_Locale('fr'); } + // @todo : Remove for PHP7 Compatibility $cache = Zend_Cache::factory( 'Core', 'Apc',