Remove references to include/bbcode.php
This commit is contained in:
parent
05a2ea4220
commit
9e3bae5caa
36 changed files with 1 additions and 50 deletions
|
@ -246,7 +246,6 @@ function poco_init(App $a) {
|
|||
}
|
||||
$about = Cache::get("about:" . $contact['updated'] . ":" . $contact['nurl']);
|
||||
if (is_null($about)) {
|
||||
require_once 'include/bbcode.php';
|
||||
$about = BBCode::convert($contact['about'], false);
|
||||
Cache::set("about:" . $contact['updated'] . ":" . $contact['nurl'], $about);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue