Make StatusNet::initDefaults() public so we can call it from the installer.

This commit is contained in:
Brion Vibber 2010-10-15 13:34:35 -07:00
parent 201efe6b62
commit dcf0acd503
1 changed files with 1 additions and 1 deletions

View File

@ -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;