trac1104 Destroy method was dying because it was still calling deprecated common_dequeue_notice() func

This commit is contained in:
Zach Copley 2009-02-03 11:23:30 -08:00
parent 22c806a15a
commit dcf18e9694

View File

@ -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();