History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: ZF-172
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Fabien MARTY
Reporter: Naoto Ishikawa
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Zend Framework

$this->_option should be $this->_options at line 140 in Zend_Cache_Core

Created: 30/Jun/06 04:52 AM   Updated: 05/Jul/07 02:43 PM
Component/s: Zend_Cache
Affects Version/s: 0.1.4
Fix Version/s: 0.1.5

Time Tracking:
Not Specified

Resolution Date: 30/Jun/06 04:50 PM


 Description  « Hide
At line 1470 in Zend_Cache_Core,

$directives[$directive] = $this->_option[$directive];

this line should be

$directives[$directive] = $this->_options[$directive];

Please check it.



 All   Comments   Work Log   Change History   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.