Fix misplaced comma with period.
This commit is contained in:
parent
8febcc2705
commit
798f2466e4
@ -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 = "<h3>ERROR: there was an error creating the output.</h3>";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user