Twitter: The destroy command generates an error. So it is deactivated by now

This commit is contained in:
Michael Vogel 2015-09-13 08:31:47 +02:00
parent d9a44c9fe7
commit 5faa804313
1 changed files with 1 additions and 1 deletions

View File

@ -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);