diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-02-03 11:23:30 -0800 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-02-03 11:23:30 -0800 |
commit | dcf18e96949483631319f23de51f71340c1f276e (patch) | |
tree | 712f1b911a43a71d50c903646c955b93cd38aab2 /actions/twitapistatuses.php | |
parent | 22c806a15a957c300cb047cb42e8f5c49d47afa9 (diff) |
trac1104 Destroy method was dying because it was still calling deprecated common_dequeue_notice() func
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(); |