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:
@@ -59,7 +59,7 @@ class GlobalApiAction extends Action
|
||||
|
||||
function prepare($args)
|
||||
{
|
||||
StatusNet::setApi(true); // reduce exception reports to aid in debugging
|
||||
GNUsocial::setApi(true); // reduce exception reports to aid in debugging
|
||||
|
||||
parent::prepare($args);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user