add display link to notify emails
This commit is contained in:
@@ -251,6 +251,7 @@ function item_post(&$a) {
|
||||
'$username' => $user['username'],
|
||||
'$email' => $user['email'],
|
||||
'$from' => $from,
|
||||
'$display' => $a->get_baseurl() . '/display/' . $post_id,
|
||||
'$body' => strip_tags(bbcode($body))
|
||||
));
|
||||
|
||||
@@ -273,6 +274,7 @@ function item_post(&$a) {
|
||||
'$username' => $user['username'],
|
||||
'$email' => $user['email'],
|
||||
'$from' => $from,
|
||||
'$display' => $a->get_baseurl() . '/display/' . $post_id,
|
||||
'$body' => strip_tags(bbcode($body))
|
||||
));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user