diff options
author | Brion Vibber <brion@pobox.com> | 2010-10-15 13:34:35 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-10-15 13:34:35 -0700 |
commit | dcf0acd5035e41d573e1f74c6804781ebb174d44 (patch) | |
tree | aa45f3cfde35629d93139aeb6d7a8f45e9b54d41 | |
parent | 201efe6b62f57a479f4d24dca7142f5dff7b0f59 (diff) |
Make StatusNet::initDefaults() public so we can call it from the installer.
-rw-r--r-- | lib/statusnet.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/statusnet.php b/lib/statusnet.php index 3d018f4e2..6cabd3842 100644 --- a/lib/statusnet.php +++ b/lib/statusnet.php @@ -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; |