From 798f2466e4c1ffaa02ec1b0c9d504641507b2a4b Mon Sep 17 00:00:00 2001 From: "M.Dent" Date: Tue, 2 Oct 2018 21:14:36 -0400 Subject: Fix misplaced comma with period. --- include/text.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/text.php b/include/text.php index 7782eac40..f03d0b860 100644 --- a/include/text.php +++ b/include/text.php @@ -41,7 +41,7 @@ function replace_macros($s, $r) { try { $output = $t->replace_macros($arr['template'], $arr['params']); } catch (Exception $e) { - logger("Unable to render template: ",$e->getMessage()); + logger("Unable to render template: ".$e->getMessage()); $output = "

ERROR: there was an error creating the output.

"; } -- cgit v1.2.3