]> git.mxchange.org Git - friendica.git/commitdiff
Forgotten "use"
authorMichael <heluecht@pirati.ca>
Wed, 7 Feb 2018 20:22:40 +0000 (20:22 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 7 Feb 2018 20:22:40 +0000 (20:22 +0000)
include/text.php

index d40a1feef849b2e4413bdb0fd10ff26d1aaf6812..d3ae7a197a02921cac455ffa014f67a9cee9c02c 100644 (file)
@@ -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;