Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Custom template fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Welch committed Feb 19, 2016
1 parent 5384067 commit 0784f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/SeomaticService.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function render($templatePath="", $metaVars=null, $isPreview=false)

if ($templatePath)
{
$htmlText = craft()->templates->render($templatePath);
$htmlText = craft()->templates->render($templatePath, $metaVars);
}
else
{
Expand Down

0 comments on commit 0784f7f

Please sign in to comment.