Skip to content

Commit

Permalink
MERGE: Merge branch '4.2' into 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kdambekalns committed Dec 13, 2019
2 parents 055cac2 + 8e07348 commit 8da4a9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Classes/Core/Runtime.php
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,10 @@ protected function evaluateInternal($fusionPath, $behaviorIfPathNotFound, $conte
$currentProperties = $this->getCurrentApplyValues();
if (is_array($currentProperties) && array_key_exists($fusionPath, $currentProperties)) {
if ($this->evaluateIfCondition($fusionConfiguration, $fusionPath, $contextObject) === false) {
$this->finalizePathEvaluation($cacheContext);
return null;
}
$this->finalizePathEvaluation($cacheContext);
return $this->evaluateProcessors($currentProperties[$fusionPath]['value'], $fusionConfiguration, $fusionPath, $contextObject);
}

Expand Down

0 comments on commit 8da4a9b

Please sign in to comment.