Zend Framework

Zend_Locale_Data misspelt variable self::$cache should be self::$_cache in setCache function

Details

  • Type: Patch Patch
  • Status: Resolved Resolved
  • Priority: Trivial Trivial
  • Resolution: Duplicate
  • Affects Version/s: 1.0.2
  • Fix Version/s: 1.0.3
  • Component/s: Zend_Locale
  • Labels:
    None

Description

Zend_Locale_Data:
With the 1.0.2 release of ZF, the caching on Zend_Locale_Data doesn't work because of an misspelt variable. I've searched all the issues but couldn't find anything similar. My first issue post (second will follow soon )

@version $Id: Data.php 6356 2007-09-14 19:29:54Z thomas $

In the setCache() function:
Line 776 says:

self::$cache = $cache;

Which should say:

self::$_cache = $cache;

Activity

Hide
Thomas Weidner added a comment -

Identical with ZF-1884

Already fixed with SVN6269.
Not approved for inclusion within the branch... delayed for 1.0.3 if approved or 1.1 when not approved.

Show
Thomas Weidner added a comment - Identical with ZF-1884 Already fixed with SVN6269. Not approved for inclusion within the branch... delayed for 1.0.3 if approved or 1.1 when not approved.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: