]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Minor routing fix for friends_timeline API method
authorZach Copley <zach@controlyourself.ca>
Mon, 23 Feb 2009 02:01:55 +0000 (18:01 -0800)
committerZach Copley <zach@controlyourself.ca>
Mon, 23 Feb 2009 02:01:55 +0000 (18:01 -0800)
lib/router.php

index e842604e9a35d11abd55ba1194eaec80b56534f0..a41d35f22c55e7c1748402d30ef6309e1a7ae41d 100644 (file)
@@ -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