diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-10-28 16:06:34 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-10-28 16:06:34 -0700 |
commit | f7e1e907bccbdba93122412f7bc5952b09a7815c (patch) | |
tree | c7547ca4412c4aea448ad9e5f223027e49feb7fc | |
parent | a0f6f8ad533ee0ef89cee104d0d0ef1c0c54be7b (diff) | |
download | volse-hubzilla-f7e1e907bccbdba93122412f7bc5952b09a7815c.tar.gz volse-hubzilla-f7e1e907bccbdba93122412f7bc5952b09a7815c.tar.bz2 volse-hubzilla-f7e1e907bccbdba93122412f7bc5952b09a7815c.zip |
typo
-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) { |