]> git.mxchange.org Git - friendica.git/blobdiff - mod/poco.php
Merge pull request #4533 from tobiasd/20180303-typo
[friendica.git] / mod / poco.php
index d212bb5f9cb0663db50b1d781f75a34ed285c15a..0728020eccab3292e6cc7428b616bc5b80bed149 100644 (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);
                                }