]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Term.php
Merge pull request #8464 from annando/notice
[friendica.git] / src / Model / Term.php
index 868f2bf0532380ee8bef06655f8e5e8bd6a594df..84cb1bea7a204d00c5b7aaa06130cd5076822bdd 100644 (file)
@@ -345,7 +345,7 @@ class Term
                                'oid'      => $item_id,
                                'otype'    => self::OBJECT_TYPE_POST,
                                'type'     => $type,
-                               'term'     => $term,
+                               'term'     => substr($term, 0, 255),
                                'url'      => $link,
                                'guid'     => $item['guid'],
                                'created'  => $item['created'],