Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Commit

Permalink
Adjust to the latest changes in Neos 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mficzel authored Jan 27, 2017
1 parent 1b675fa commit e64a0fd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ class ClassNamesImplementation extends ArrayImplementation
*/
public function evaluate()
{
$sortedChildFusionKeys = $this->sortNestedTypoScriptKeys();
$sortedChildFusionKeys = $this->sortNestedFusionKeys();

$props = [];
foreach ($sortedChildFusionKeys as $key) {
if ($this->tsValue($key)) {
if ($this->fusionValue($key)) {
$props[] = $key;
}
}
Expand Down

0 comments on commit e64a0fd

Please sign in to comment.