forked from GNUsocial/gnu-social
Fix for Ticket #1957 - API methods are not accessible when site is private (0.8->0.9 regression)
This commit is contained in:
@@ -74,6 +74,8 @@ class ApiBareAuthAction extends ApiAuthAction
|
||||
|
||||
function prepare($args)
|
||||
{
|
||||
common_debug("ApiBareAuthAction::prepare()");
|
||||
|
||||
parent::prepare($args);
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user