From: Michael Date: Wed, 7 Feb 2018 20:22:40 +0000 (+0000) Subject: Forgotten "use" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c953784945c9d5b767c95c849f4cfd5ee015b308;p=friendica.git Forgotten "use" --- diff --git a/include/text.php b/include/text.php index d40a1feef8..d3ae7a197a 100644 --- a/include/text.php +++ b/include/text.php @@ -13,6 +13,7 @@ use Friendica\Core\L10n; use Friendica\Core\PConfig; use Friendica\Core\System; use Friendica\Database\DBM; +use Friendica\Model\Item; use Friendica\Model\Profile; use Friendica\Model\Term; use Friendica\Util\DateTimeFormat;