summaryrefslogtreecommitdiff
path: root/actions/apitimelinefriends.php
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2009-11-04 22:03:41 -0800
committerZach Copley <zach@status.net>2009-11-04 22:03:41 -0800
commit1ef1f59fe8ec8c3fd012838cfe0d20051287c2d6 (patch)
tree079a971ea2788fa4d97d417672c22ec0c4c80788 /actions/apitimelinefriends.php
parentfbeae998840fb58ac2fbb8779f14eb2abe74cd08 (diff)
Fix for Ticket #1957 - API methods are not accessible when site is private (0.8->0.9 regression)
Diffstat (limited to 'actions/apitimelinefriends.php')
-rw-r--r--actions/apitimelinefriends.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apitimelinefriends.php b/actions/apitimelinefriends.php
index 1ea35866e..66dd3f2b2 100644
--- a/actions/apitimelinefriends.php
+++ b/actions/apitimelinefriends.php
@@ -72,7 +72,7 @@ class ApiTimelineFriendsAction extends ApiBareAuthAction
function prepare($args)
{
parent::prepare($args);
-
+ common_debug("api friends_timeline");
$this->user = $this->getTargetUser($this->arg('id'));
if (empty($this->user)) {