Short description
-----------------
Requesting a RSS feed of an issue report results in an infinite loop exception.
Steps to reproduce
------------------
On a trunk version of arbit, try to request an issue report rss feed (e.g. http://arbit.dev/arbit/issue_tracker/report.rss?sort=issue&order=asc).
Dump of the causing Exception
-----------------------------
array(8) {
["message"]=>
string(214) "Non-static method arbitViewModelDecorationDependencyInjectionManager::setViewHandler() should not be called statically, assuming $this from incompatible context in /home/hco/arbit/src/classes/view/manager.php +302."
["severity"]=>
int(64)
["source"]=>
string(3) "PHP"
["category"]=>
int(2048)
["info"]=>
array(0) {
}
["file"]=>
string(35) "/home/hco/arbit/src/environment.php"
["line"]=>
int(155)
["method"]=>
string(0) ""
}
Kore Nordmann at Thursday 9 June 2011 17:34:43 UTC
Fixed in revision 2362.