Closed markfrydrych closed 8 years ago
Changed deprecated add() to addHtml(). Tracy debug bar is now working without error after updating Nette Utils to 2.4.
add()
addHtml()
This fix is not compatible with Nette Utils 2.3 and lower. Branch for Nette 2.3 should be created.
Nette 2.3 has method addHtml() https://github.com/nette/utils/blob/v2.3/src/Utils/Html.php#L323
This is probably gonna require some more work to get it to work properly, but thanks
Changed deprecated
add()
toaddHtml()
. Tracy debug bar is now working without error after updating Nette Utils to 2.4.This fix is not compatible with Nette Utils 2.3 and lower. Branch for Nette 2.3 should be created.