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

Commit 1767755

Browse files
committed
fixing a mis-spelled var. addresses issue #4
1 parent d3d4f62 commit 1767755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/lib/builder.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ protected function gatherData() {
307307

308308
// add pattern specific data so it can override when a pattern (not partial!) is rendered
309309
// makes 'patternSpecific' a reserved word
310-
$this->d->patternSpecifc = new stdClass();
310+
$this->d->patternSpecific = new stdClass();
311311
foreach($this->patternTypes as $patternType) {
312312

313313
// $this->d->patternSpecific["pattern-name-that-matches-render.mustache"] = array of data;

0 commit comments

Comments
 (0)