From: Zach Copley Date: Mon, 23 Feb 2009 02:01:55 +0000 (-0800) Subject: Minor routing fix for friends_timeline API method X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5e646ead492fc62b52f67af6c3a23295ef502345;p=quix0rs-gnu-social.git Minor routing fix for friends_timeline API method --- diff --git a/lib/router.php b/lib/router.php index e842604e9a..a41d35f22c 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