Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
calheira committed Apr 6, 2015
2 parents d7c17ce + dcbb3a9 commit fb40d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/verysimple/Phreeze/SavantRenderEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function display($template)
}
elseif ($template == "_error")
{
$this->savant->display('_error' . $TEMPLATE_EXTENSION);
$this->savant->display('_error' . self::$TEMPLATE_EXTENSION);
}
else
{
Expand Down

0 comments on commit fb40d58

Please sign in to comment.