summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-22 17:03:31 +0300
committerAndrew Dolgov <[email protected]>2010-11-22 17:03:31 +0300
commitb3009bcdde6e652ba5cd82a12161d6bd573ea155 (patch)
tree04a3a17609bedf9b81c6332b799ab15a8db3d4ab /backend.php
parentff3e303af72c9b57e9bfcab32b34569bf0754c55 (diff)
add separate update method for Twitter, select it as default when subscribing to twitter.com feeds
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index c57f57709..c64ceaa97 100644
--- a/backend.php
+++ b/backend.php
@@ -131,7 +131,8 @@
$update_methods = array(
0 => __("Default"),
1 => __("Magpie"),
- 2 => __("SimplePie"));
+ 2 => __("SimplePie"),
+ 3 => __("Twitter OAuth"));
if (DEFAULT_UPDATE_METHOD == "1") {
$update_methods[0] .= ' (SimplePie)';