Remove/Update references to include/html2*.php

This commit is contained in:
Hypolite Petovan 2018-03-07 16:34:17 -05:00
commit 789561c7a2
18 changed files with 2 additions and 24 deletions

View file

@ -368,8 +368,6 @@ function display_content(App $a, $update = false, $update_uid = 0) {
$o .= conversation($a, $items, 'display', $update_uid);
// Preparing the meta header
require_once 'include/html2plain.php';
$description = trim(HTML::toPlaintext(BBCode::convert($s[0]["body"], false), 0, true));
$title = trim(HTML::toPlaintext(BBCode::convert($s[0]["title"], false), 0, true));
$author_name = $s[0]["author-name"];