Skip to content

Commit

Permalink
Merge pull request #48 from bwaidelich/bugfix-remove-unused-isset
Browse files Browse the repository at this point in the history
BUGFIX: Remove unused `isset` call from `FluidFormRenderer`
  • Loading branch information
kdambekalns committed Jul 26, 2017
2 parents 64f8a4f + d5d9b0b commit 44fc808
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Classes/Core/Renderer/FluidFormRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,6 @@ public function renderRenderable(\Neos\Form\Core\Model\Renderable\RootRenderable
$newTemplatePathsResolver = $this->createTemplatePathsResolverWithRenderingOptions($renderingOptions);
$this->baseRenderingContext->setTemplatePaths($newTemplatePathsResolver);

isset($renderingOptions['templatePathPattern']);

if ($this->getCurrentRenderingContext() === null) {
// We do not have a "current" rendering context yet, so we use the base rendering context
$this->baseRenderingContext->setControllerContext($this->controllerContext);
Expand Down

0 comments on commit 44fc808

Please sign in to comment.