forked from GNUsocial/gnu-social
StatusNet class renamed GNUsocial
also added backward compatible StatusNet class for the two calls I know third party plugins use, isHTTPS and getActivePlugins
This commit is contained in:
@@ -67,7 +67,7 @@ class SearchsubAction extends Action
|
||||
{
|
||||
parent::prepare($args);
|
||||
if ($this->boolean('ajax')) {
|
||||
StatusNet::setApi(true);
|
||||
GNUsocial::setApi(true);
|
||||
}
|
||||
|
||||
// Only allow POST requests
|
||||
|
||||
Reference in New Issue
Block a user