Fix for Ticket #1957 - API methods are not accessible when site is private (0.8->0.9 regression)

This commit is contained in:
Zach Copley
2009-11-04 22:03:41 -08:00
parent fbeae99884
commit 1ef1f59fe8
15 changed files with 108 additions and 23 deletions

View File

@@ -74,6 +74,8 @@ class ApiBareAuthAction extends ApiAuthAction
function prepare($args)
{
common_debug("ApiBareAuthAction::prepare()");
parent::prepare($args);
return true;
}