[BUGFIX] Optimize implementation of CompilableInterface
In some cases the implementation of CompilableInterface is not correct. Implementing renderStatic and compile at the same time makes no sense. This patch removes the renderStatic method in case compile is implemented too. Resolves: #66726 Related: #66711 Releases: master Change-Id: Idd7db07f5386c840ca3877b22748c9ed35efa426 Reviewed-on: http://review.typo3.org/39179 Reviewed-by:Dirk Jüttner <dirk.juettner@gmail.com> Tested-by:
Dirk Jüttner <dirk.juettner@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/fluid/Classes/ViewHelpers/CommentViewHelper.php 0 additions, 11 deletionstypo3/sysext/fluid/Classes/ViewHelpers/CommentViewHelper.php
- typo3/sysext/fluid/Classes/ViewHelpers/Format/HtmlspecialcharsViewHelper.php 2 additions, 25 deletions...Classes/ViewHelpers/Format/HtmlspecialcharsViewHelper.php
Please register or sign in to comment