diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-10-03 10:44:18 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-10-03 10:44:18 +0200 |
commit | af3b0146a8b5c245d823139e63ba7e91e7e3e50d (patch) | |
tree | 6f17616b7b97e87293a4bf4d3814550253d72e7a /include | |
parent | 883e2ccc91dd4061ab6a836ff7bca5fa7b4a198a (diff) | |
parent | 29e1302f3fb8028202770d7a966b65af236897eb (diff) | |
download | volse-hubzilla-af3b0146a8b5c245d823139e63ba7e91e7e3e50d.tar.gz volse-hubzilla-af3b0146a8b5c245d823139e63ba7e91e7e3e50d.tar.bz2 volse-hubzilla-af3b0146a8b5c245d823139e63ba7e91e7e3e50d.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'include')
-rw-r--r-- | include/text.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 = "<h3>ERROR: there was an error creating the output.</h3>"; } |