Comment PHP7

This commit is contained in:
Michael RICOIS 2017-01-05 11:04:40 +01:00
parent 178909c96d
commit de8413e567

View File

@ -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',