summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-09-07 10:23:46 +0400
committerAndrew Dolgov <[email protected]>2012-09-07 10:23:46 +0400
commit304aadb907c5173b90f97812b4b2614b96e39c23 (patch)
tree72d82b26bc0126bbfeca99938b37c16813bfdaff /backend.php
parentec78654f4eecdc7ae70a29a8b3b50850ed58fd39 (diff)
remove twitter-specific code
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/backend.php b/backend.php
index 13568d165..8e6ff6ced 100644
--- a/backend.php
+++ b/backend.php
@@ -110,8 +110,7 @@
$update_methods = array(
0 => __("Default"),
1 => __("Magpie"),
- 2 => __("SimplePie"),
- 3 => __("Twitter OAuth"));
+ 2 => __("SimplePie"));
if (DEFAULT_UPDATE_METHOD == "1") {
$update_methods[0] .= ' (SimplePie)';