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:
@@ -97,12 +97,12 @@ require_once(INSTALLDIR.'/lib/plugin.php');
|
||||
|
||||
function addPlugin($name, array $attrs=array())
|
||||
{
|
||||
return StatusNet::addPlugin($name, $attrs);
|
||||
return GNUsocial::addPlugin($name, $attrs);
|
||||
}
|
||||
|
||||
function _have_config()
|
||||
{
|
||||
return StatusNet::haveConfig();
|
||||
return GNUsocial::haveConfig();
|
||||
}
|
||||
|
||||
function GNUsocial_class_autoload($cls)
|
||||
|
Reference in New Issue
Block a user