From c953784945c9d5b767c95c849f4cfd5ee015b308 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 7 Feb 2018 20:22:40 +0000 Subject: [PATCH] Forgotten "use" --- include/text.php | 1 + 1 file changed, 1 insertion(+) 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;