Skip to content
Snippets Groups Projects
Commit 374c595c authored by Frank Nägler's avatar Frank Nägler Committed by Christian Kuhn
Browse files

[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: default avatarDirk Jüttner <dirk.juettner@gmail.com>
Tested-by: default avatarDirk Jüttner <dirk.juettner@gmail.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent e58bb4e5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment