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) {
|
if ($user->id == $notice->profile_id) {
|
||||||
$replies = new Reply;
|
$replies = new Reply;
|
||||||
$replies->get('notice_id', $notice_id);
|
$replies->get('notice_id', $notice_id);
|
||||||
common_dequeue_notice($notice);
|
|
||||||
$replies->delete();
|
$replies->delete();
|
||||||
$notice->delete();
|
$notice->delete();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user