forked from GNUsocial/gnu-social
trac1104 Destroy method was dying because it was still calling deprecated common_dequeue_notice() func
This commit is contained in:
parent
22c806a15a
commit
dcf18e9694
@ -450,7 +450,6 @@ class TwitapistatusesAction extends TwitterapiAction
|
||||
if ($user->id == $notice->profile_id) {
|
||||
$replies = new Reply;
|
||||
$replies->get('notice_id', $notice_id);
|
||||
common_dequeue_notice($notice);
|
||||
$replies->delete();
|
||||
$notice->delete();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user