diff options
author | friendica <info@friendica.com> | 2013-06-17 17:19:05 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-06-17 17:19:05 -0700 |
commit | 49802d9a47d1f492715193092f61c60f43dd7723 (patch) | |
tree | 1d36acd41d91b6ecefe6eaa0647dd058fe0ee2db /include | |
parent | 94c758080ff0b957d7d728428de5821c39a583e9 (diff) | |
download | volse-hubzilla-49802d9a47d1f492715193092f61c60f43dd7723.tar.gz volse-hubzilla-49802d9a47d1f492715193092f61c60f43dd7723.tar.bz2 volse-hubzilla-49802d9a47d1f492715193092f61c60f43dd7723.zip |
one of those days...
Diffstat (limited to 'include')
-rw-r--r-- | include/enotify.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/enotify.php b/include/enotify.php index 0a6befba1..11f594d6c 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -356,13 +356,13 @@ function notification($params) { $body))),ENT_QUOTES,'UTF-8')); $htmlversion = html_entity_decode(bbcode(stripslashes(str_replace(array("\\r\\n", "\\r","\\n\\n" ,"\\n"), - "<br />\n",$body))), ENT_QOUTES,'UTF-8'); + "<br />\n",$body))), ENT_QUOTES,'UTF-8'); // use $_SESSION['zid_override'] to force zid() to use // the recipient address instead of the current observer - $_SESSION['zid_override'] = $recip['channel_address'] . '@' . $get_app()->get_hostname(); + $_SESSION['zid_override'] = $recip['channel_address'] . '@' . get_app()->get_hostname(); $textversion = zidify_links($textversion); $htmlversion = zidify_links($htmlversion); |