diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-02-22 18:01:55 -0800 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-02-22 18:01:55 -0800 |
commit | 5e646ead492fc62b52f67af6c3a23295ef502345 (patch) | |
tree | eede97d8208fdea504bf48824cdcd71d260a4b8f /lib | |
parent | 8e0508dad3bb888b0c01834614b1aa7e16cfe583 (diff) |
Minor routing fix for friends_timeline API method
Diffstat (limited to 'lib')
-rw-r--r-- | lib/router.php | 2 |
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 |