ZF-10759: Zend_View_Helper_UserAgent misses class variable
Description
I've noticed, that Zend_View_Helper_UserAgent is trying to store a Zend_Http_UserAgent instance in a class variable, which is just not specified.
I'm providing a patch for this.
I've noticed, that Zend_View_Helper_UserAgent is trying to store a Zend_Http_UserAgent instance in a class variable, which is just not specified.
I'm providing a patch for this.
Comments
Posted by Ramon Henrique Ornelas (ramon) on 2010-12-01T08:51:10.000+0000
Fixed in trunk r23463 merged to release branch r23464.