Skip to content

Commit

Permalink
Merge b6c6798 into 31b2099
Browse files Browse the repository at this point in the history
  • Loading branch information
idmontie committed Dec 10, 2015
2 parents 31b2099 + b6c6798 commit ff99169
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/view/extensions/handlebars-view.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ protected function render( &$template, &$context, $additional_context = array(),
}

private function add_engine_helpers() {
self::add_html_special_chars_handler();
self::add_conditional_operators();
self::add_strip_tags();
self::add_config();
$this->add_html_special_chars_handler();
$this->add_conditional_operators();
$this->add_strip_tags();
$this->add_config();
}

private function add_config() {
Expand Down

0 comments on commit ff99169

Please sign in to comment.