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:
@@ -212,7 +212,7 @@ class DomainStatusNetworkInstaller extends Installer
|
||||
|
||||
Status_network::$wildcard = $config['WILDCARD'];
|
||||
|
||||
StatusNet::switchSite($this->nickname);
|
||||
GNUsocial::switchSite($this->nickname);
|
||||
|
||||
// We need to initialize the schema_version stuff to make later setup easier
|
||||
|
||||
|
Reference in New Issue
Block a user