|
|
Reported by drarok,
Mar 15, 2009
What steps will reproduce the problem?
1. Set error_reporting to E_ALL.
2. Instantiate a Fire_Profiler in a controller.
3. View the page in a browser.
What is the expected output? What do you see instead?
A webpage, with debug info in FireBug.
What version of the product are you using? On what operating system?
svn r105. OS irrelevant.
Please provide any additional information below.
It's a simple fix, the constructor is overridden, but the parent
constructor is never called. I've attached a diff.
|