Using Box::render() instead of Box::__toString()
authorAlexander Ebert <ebert@woltlab.com>
Wed, 6 Jan 2016 15:46:16 +0000 (16:46 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 6 Jan 2016 15:46:16 +0000 (16:46 +0100)
commit2cd54d7f4f09e8df3a021f6e13eed7ed00c71d94
tree5c43f3f3a5bcedcec8e6da38b4b0cf014f66f07d
parent72604b0d73f0f9212e12b6ac2f9d75557dd04bae
Using Box::render() instead of Box::__toString()

`__toString()` is not allowed to throw any exception (for whatever
reason, this is php I guess), causing a real pain when trying to debug
errors. All though `__toString()` is the most elegant way, it turned out
to be less practical hence all occurences have been replaced with
`render()` instead.
com.woltlab.wcf/templates/footer.tpl
com.woltlab.wcf/templates/header.tpl
com.woltlab.wcf/templates/pageFooter.tpl
com.woltlab.wcf/templates/pageHeader.tpl
com.woltlab.wcf/templates/pageHeaderMenu.tpl
wcfsetup/install/files/lib/data/box/Box.class.php