- allow to set cache from options git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@22553 44c647ce-9c0f-0410-b52a-842ac1e357ba
@@ -332,7 +332,7 @@ abstract class Zend_Translate_Adapter {
}
if ($key == 'cache') {
- self::setCache($options);
+ self::setCache($option);
continue;