diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2016-01-18 07:31:37 +0100 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2016-01-18 07:31:37 +0100 |
commit | dd3f69eaf357d6a43e087b0b8ed8402738cc39a5 (patch) | |
tree | b6b1aa5903915d75ab74ee4f65a7868d53d6b036 /include/enotify.php | |
parent | c4a14c27cf4ddff2f6225edc841f8cd53bbc7f44 (diff) | |
parent | fc54f54b989570e2767a53c3c72875255b0dc95f (diff) | |
download | volse-hubzilla-dd3f69eaf357d6a43e087b0b8ed8402738cc39a5.tar.gz volse-hubzilla-dd3f69eaf357d6a43e087b0b8ed8402738cc39a5.tar.bz2 volse-hubzilla-dd3f69eaf357d6a43e087b0b8ed8402738cc39a5.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'include/enotify.php')
-rw-r--r-- | include/enotify.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/enotify.php b/include/enotify.php index c9b6e0463..5bb53aa0e 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -529,6 +529,7 @@ function notification($params) { $tpl = get_markup_template('email_notify_html.tpl'); $email_html_body = replace_macros($tpl,array( '$banner' => $datarray['banner'], + '$notify_icon' => get_notify_icon(), '$product' => $datarray['product'], '$preamble' => $datarray['preamble'], '$sitename' => $datarray['sitename'], |