summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-02-03 15:13:06 -0500
committerEvan Prodromou <evan@controlyourself.ca>2009-02-03 15:13:06 -0500
commitaafb73755e7fbeb1b0e4198ce727c3ee1c8a5c94 (patch)
treee0d985f35b1acca2f6abc96fd72c6f48afdfe261 /actions
parent0356953cf853bf3bc9eda66f88b5ef4718683337 (diff)
parentb411ead3ce353a8835b1bda93e7b2d994e0391c8 (diff)
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Diffstat (limited to 'actions')
-rw-r--r--actions/twitapistatuses.php1
1 files changed, 0 insertions, 1 deletions
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();