diff options
author | Zach Copley <zach@status.net> | 2009-11-04 22:03:41 -0800 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2009-11-04 22:03:41 -0800 |
commit | 1ef1f59fe8ec8c3fd012838cfe0d20051287c2d6 (patch) | |
tree | 079a971ea2788fa4d97d417672c22ec0c4c80788 /lib/apibareauth.php | |
parent | fbeae998840fb58ac2fbb8779f14eb2abe74cd08 (diff) |
Fix for Ticket #1957 - API methods are not accessible when site is private (0.8->0.9 regression)
Diffstat (limited to 'lib/apibareauth.php')
-rw-r--r-- | lib/apibareauth.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/apibareauth.php b/lib/apibareauth.php index 2d29c1ddd..a127a5bf3 100644 --- a/lib/apibareauth.php +++ b/lib/apibareauth.php @@ -74,6 +74,8 @@ class ApiBareAuthAction extends ApiAuthAction function prepare($args) { + common_debug("ApiBareAuthAction::prepare()"); + parent::prepare($args); return true; } |