Skip to content

Commit

Permalink
MERGE: Merge branch '4.3' into 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kdambekalns committed Dec 13, 2019
2 parents b3ef04d + 8da4a9b commit 4501aa1
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 @@ -436,8 +436,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 4501aa1

Please sign in to comment.