fix call of common_find_mentions() in Notice::saveReplies()
This commit is contained in:
parent
4d9daf2149
commit
04c4facba9
@ -973,7 +973,10 @@ class Notice extends Memcached_DataObject
|
|||||||
|
|
||||||
$sender = Profile::staticGet($this->profile_id);
|
$sender = Profile::staticGet($this->profile_id);
|
||||||
|
|
||||||
$mentions = common_find_mentions($this->profile_id, $this->content);
|
// @todo ideally this parser information would only
|
||||||
|
// be calculated once.
|
||||||
|
|
||||||
|
$mentions = common_find_mentions($this->content, $this);
|
||||||
|
|
||||||
$replied = array();
|
$replied = array();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user