Merge branch 'dev' into 'dev'

Fix misplaced comma with period.

See merge request hubzilla/core!1304
This commit is contained in:
M. Dent 2018-10-03 03:18:43 +02:00
commit 29e1302f3f

View File

@ -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>";
}