]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
trac1104 Destroy method was dying because it was still calling deprecated common_dequ...
authorZach Copley <zach@controlyourself.ca>
Tue, 3 Feb 2009 19:23:30 +0000 (11:23 -0800)
committerZach Copley <zach@controlyourself.ca>
Tue, 3 Feb 2009 19:23:30 +0000 (11:23 -0800)
actions/twitapistatuses.php

index a35f4b12eaa4f1d3f25c4a41628e1bc1260a2c1d..18e24c0f582c1a1781dc09f058510e3c2bd32276 100644 (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();