Skip to content

Commit

Permalink
Rename appendTemplate to insertTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Mar 12, 2015
1 parent 3a20200 commit 78e8aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dom/Node.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ public function __call($name, $args) {
return $value;
}

if($name === "appendTemplate"
if($name === "insertTemplate"
&& !empty($this->domNode->templateName)) {
$this->templateParentNode->insertBefore(
$this,
Expand Down

0 comments on commit 78e8aff

Please sign in to comment.