1
1
Fork 0

Remove references to include/bbcode.php

This commit is contained in:
Hypolite Petovan 2018-02-14 22:01:14 -05:00
commit 9e3bae5caa
36 changed files with 1 additions and 50 deletions

View file

@ -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);
}