mirror of
https://github.com/friendica/friendica
synced 2025-04-27 18:30:12 +00:00
Remove references to include/bbcode.php
This commit is contained in:
parent
05a2ea4220
commit
9e3bae5caa
36 changed files with 1 additions and 50 deletions
|
@ -24,7 +24,6 @@ use Friendica\Util\Temporal;
|
|||
use dba;
|
||||
|
||||
require_once 'include/dba.php';
|
||||
require_once 'include/bbcode.php';
|
||||
require_once 'mod/proxy.php';
|
||||
|
||||
class Profile
|
||||
|
@ -625,8 +624,6 @@ class Profile
|
|||
|
||||
public static function getEvents()
|
||||
{
|
||||
require_once 'include/bbcode.php';
|
||||
|
||||
$a = get_app();
|
||||
$o = '';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue