From 5faa80431303680a169ba2e0efece96327c12ff8 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sun, 13 Sep 2015 08:31:47 +0200 Subject: [PATCH] Twitter: The destroy command generates an error. So it is deactivated by now --- twitter/twitter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitter/twitter.php b/twitter/twitter.php index 916e3724..905c054a 100644 --- a/twitter/twitter.php +++ b/twitter/twitter.php @@ -359,7 +359,7 @@ function twitter_action($a, $uid, $pid, $action) { switch ($action) { case "delete": - $result = $cb->statuses_destroy($post); + // To-Do: $result = $cb->statuses_destroy($post); break; case "like": $result = $cb->favorites_create($post);