Issue 2880: Editing post doesn't destroy mentions or hashtags anymore

This commit is contained in:
Michael 2018-05-19 14:55:27 +00:00
parent 81089e1b2e
commit 3fe07cca57
3 changed files with 11 additions and 1 deletions

View file

@ -1250,7 +1250,7 @@ class Item extends BaseObject
}
}
private static function setHashtags(&$item)
public static function setHashtags(&$item)
{
$tags = get_tags($item["body"]);