Tickets concerning OPL port for Zend Framework developed by Invenzzia and available on SVN.
FS#125 - Invenzzia_Controller_Response_Http - usage of non-existent class constant
Attached to Project:
OPL port for Zend Framework
Opened by Krzysztof Kolasiak (kolah) - Monday, 14 September 2009, 11:47 GMT-8
Last edited by Zyx (Zyx) - Tuesday, 15 September 2009, 13:39 GMT-8
Opened by Krzysztof Kolasiak (kolah) - Monday, 14 September 2009, 11:47 GMT-8
Last edited by Zyx (Zyx) - Tuesday, 15 September 2009, 13:39 GMT-8
|
DetailsIn case when screen output is somehow overloaded, a fatal error occures caused by Invenzzia_Controller_Response_Http->render() function in line 54, because of non-existent class constant OPT_XML_NODE.
There is: elseif($this->_templateMode == Opt_Class::OPT_XML_MODE) Should be: elseif($this->_templateMode == Opt_Class::XML_MODE) |
This task depends upon
Closed by Zyx (Zyx)
Tuesday, 15 September 2009, 13:39 GMT-8
Reason for closing: Fixed
Additional comments about closing: Fixed in revs 32 and 33.
Tuesday, 15 September 2009, 13:39 GMT-8
Reason for closing: Fixed
Additional comments about closing: Fixed in revs 32 and 33.