diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-10-01 19:54:28 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-10-01 19:54:28 -0700 |
commit | 982ff8733fc4c66833c94bb9d4c135f6fb3ed7fe (patch) | |
tree | 11610c48ccc095b385f16b6cb0c19815319d5ddd /include/enotify.php | |
parent | ebe374d572174e33dc3c4ea1e747efa88957f3be (diff) | |
download | volse-hubzilla-982ff8733fc4c66833c94bb9d4c135f6fb3ed7fe.tar.gz volse-hubzilla-982ff8733fc4c66833c94bb9d4c135f6fb3ed7fe.tar.bz2 volse-hubzilla-982ff8733fc4c66833c94bb9d4c135f6fb3ed7fe.zip |
one more change
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 6f4083155..80afe8ed6 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -315,6 +315,7 @@ function notification($params) { 'epreamble' => $epreamble, 'body' => $body, 'sitelink' => $sitelink, + 'sitename' => $sitename, 'tsitelink' => $tsitelink, 'hsitelink' => $hsitelink, 'itemlink' => $itemlink, |