diff options
Diffstat (limited to 'mod/dfrn_notify.php')
-rw-r--r-- | mod/dfrn_notify.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mod/dfrn_notify.php b/mod/dfrn_notify.php index 630af8398..1e66108c8 100644 --- a/mod/dfrn_notify.php +++ b/mod/dfrn_notify.php @@ -111,8 +111,6 @@ function dfrn_notify_post(&$a) { // send email notification if requested. - $body = html_entity - require_once('bbcode.php'); if($importer['notify-flags'] & NOTIFY_MAIL) { |