mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
Remove references to include/bbcode.php
This commit is contained in:
parent
16c3c2b93a
commit
88ca2f5a1e
12 changed files with 2 additions and 24 deletions
|
@ -257,7 +257,7 @@ function mailstream_send($a, $message_id, $item, $user) {
|
|||
return;
|
||||
}
|
||||
require_once(dirname(__file__).'/phpmailer/class.phpmailer.php');
|
||||
require_once('include/bbcode.php');
|
||||
|
||||
$attachments = [];
|
||||
mailstream_do_images($a, $item, $attachments);
|
||||
$frommail = Config::get('mailstream', 'frommail');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue