Issue 8254: Some more fixes for too long data for columns
This commit is contained in:
+1
-1
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user