From dcf18e96949483631319f23de51f71340c1f276e Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Tue, 3 Feb 2009 11:23:30 -0800 Subject: trac1104 Destroy method was dying because it was still calling deprecated common_dequeue_notice() func --- actions/twitapistatuses.php | 1 - 1 file changed, 1 deletion(-) (limited to 'actions') diff --git a/actions/twitapistatuses.php b/actions/twitapistatuses.php index a35f4b12e..18e24c0f5 100644 --- a/actions/twitapistatuses.php +++ b/actions/twitapistatuses.php @@ -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(); -- cgit v1.2.3-54-g00ecf