1
0
mirror of https://github.com/pattern-lab/patternlab-php.git synced 2025-01-17 22:29:12 +01:00
This commit is contained in:
Dave Olsen 2014-02-16 22:39:36 -05:00
parent c35754a00e
commit 9da3493be9

View File

@ -817,7 +817,7 @@ class Builder {
$this->gatherLineages();
// check on the states of the patterns
$patternStateLast = count($this->patternStates) - 1;
$patternStateLast = count($this->patternStates) - 1;
foreach($this->patternPaths as $patternType => $patterns) {
foreach ($patterns as $pattern => $patternInfo) {