Skip to content

Commit

Permalink
Save name to template node
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Feb 21, 2015
1 parent 8483927 commit 2cc19fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Page/TemplateFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ public function get($name) {
$this->templateNodeMap["previousSibling"][$name];
$node->templateNextSibling =
$this->templateNodeMap["nextSibling"][$name];
$node->template = $name;
return $node;
}

Expand Down

0 comments on commit 2cc19fd

Please sign in to comment.