diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-02-03 15:13:06 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-02-03 15:13:06 -0500 |
commit | aafb73755e7fbeb1b0e4198ce727c3ee1c8a5c94 (patch) | |
tree | e0d985f35b1acca2f6abc96fd72c6f48afdfe261 /actions/twitapistatuses.php | |
parent | 0356953cf853bf3bc9eda66f88b5ef4718683337 (diff) | |
parent | b411ead3ce353a8835b1bda93e7b2d994e0391c8 (diff) |
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Diffstat (limited to 'actions/twitapistatuses.php')
-rw-r--r-- | actions/twitapistatuses.php | 1 |
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(); |