From 0784f7fac39d022d8c82bea688cce45c137838dc Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Fri, 19 Feb 2016 10:41:30 -0500 Subject: [PATCH] Custom template fix --- services/SeomaticService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/SeomaticService.php b/services/SeomaticService.php index f381dca..6a4bf34 100644 --- a/services/SeomaticService.php +++ b/services/SeomaticService.php @@ -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 {