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/apiauth.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/apiauth.php')
-rw-r--r-- | lib/apiauth.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/apiauth.php b/lib/apiauth.php index 2f2e44a26..2a3377013 100644 --- a/lib/apiauth.php +++ b/lib/apiauth.php @@ -66,6 +66,7 @@ class ApiAuthAction extends ApiAction function prepare($args) { + common_debug('ApiAction::prepare()'); parent::prepare($args); if ($this->requiresAuth()) { |