verify all the display links in emails
This commit is contained in:
parent
846fa8d5f7
commit
d6caf59f35
|
@ -261,7 +261,7 @@ function item_post(&$a) {
|
||||||
'$username' => $user['username'],
|
'$username' => $user['username'],
|
||||||
'$email' => $user['email'],
|
'$email' => $user['email'],
|
||||||
'$from' => $from,
|
'$from' => $from,
|
||||||
'$display' => $a->get_baseurl() . '/display/' . $post_id,
|
'$display' => $a->get_baseurl() . '/display/' . $user['nickname'] . '/' . $post_id,
|
||||||
'$body' => strip_tags(bbcode($body))
|
'$body' => strip_tags(bbcode($body))
|
||||||
));
|
));
|
||||||
|
|
||||||
|
@ -284,7 +284,7 @@ function item_post(&$a) {
|
||||||
'$username' => $user['username'],
|
'$username' => $user['username'],
|
||||||
'$email' => $user['email'],
|
'$email' => $user['email'],
|
||||||
'$from' => $from,
|
'$from' => $from,
|
||||||
'$display' => $a->get_baseurl() . '/display/' . $post_id,
|
'$display' => $a->get_baseurl() . '/display/' . $user['nickname'] . '/' . $post_id,
|
||||||
'$body' => strip_tags(bbcode($body))
|
'$body' => strip_tags(bbcode($body))
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue