Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit cd45827

Browse files
committed
making sure the correct item has its pattern state updated
1 parent 4878c06 commit cd45827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/lib/PatternLab/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ protected function gatherPatternInfo() {
869869
$patternBits = $this->getPatternInfo($patternLineageInfo["lineagePattern"]);
870870
$patternState = $this->patternPaths[$patternBits[0]][$patternBits[1]]["patternState"];
871871
if (($patternState != "") && ($patternState != null)) {
872-
$this->patternLineages[$pattern][$key]["lineageState"] = $patternState;
872+
$this->patternLineagesR[$pattern][$key]["lineageState"] = $patternState;
873873
}
874874
}
875875
}

0 commit comments

Comments
 (0)