summaryrefslogtreecommitdiff
path: root/lib/router.php
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-02-22 18:01:55 -0800
committerZach Copley <zach@controlyourself.ca>2009-02-22 18:01:55 -0800
commit5e646ead492fc62b52f67af6c3a23295ef502345 (patch)
treeeede97d8208fdea504bf48824cdcd71d260a4b8f /lib/router.php
parent8e0508dad3bb888b0c01834614b1aa7e16cfe583 (diff)
Minor routing fix for friends_timeline API method
Diffstat (limited to 'lib/router.php')
-rw-r--r--lib/router.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/router.php b/lib/router.php
index e842604e9..a41d35f22 100644
--- a/lib/router.php
+++ b/lib/router.php
@@ -213,7 +213,7 @@ class Router
$m->connect('api/statuses/:method/:argument',
array('action' => 'api',
'apiaction' => 'statuses'),
- array('method' => '(user_timeline|show|destroy|friends|followers)'));
+ array('method' => '(user_timeline|friends_timeline|show|destroy|friends|followers)'));
// users