From: Zach Copley Date: Tue, 3 Feb 2009 19:23:30 +0000 (-0800) Subject: trac1104 Destroy method was dying because it was still calling deprecated common_dequ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dcf18e96949483631319f23de51f71340c1f276e;p=quix0rs-gnu-social.git trac1104 Destroy method was dying because it was still calling deprecated common_dequeue_notice() func --- diff --git a/actions/twitapistatuses.php b/actions/twitapistatuses.php index a35f4b12ea..18e24c0f58 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();