forked from GNUsocial/gnu-social
Make StatusNet::initDefaults() public so we can call it from the installer.
This commit is contained in:
parent
201efe6b62
commit
dcf0acd503
@ -245,7 +245,7 @@ class StatusNet
|
||||
* Establish default configuration based on given or default server and path
|
||||
* Sets global $_server, $_path, and $config
|
||||
*/
|
||||
protected static function initDefaults($server, $path)
|
||||
public static function initDefaults($server, $path)
|
||||
{
|
||||
global $_server, $_path, $config;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user