]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Make StatusNet::initDefaults() public so we can call it from the installer.
authorBrion Vibber <brion@pobox.com>
Fri, 15 Oct 2010 20:34:35 +0000 (13:34 -0700)
committerBrion Vibber <brion@pobox.com>
Fri, 15 Oct 2010 20:34:35 +0000 (13:34 -0700)
lib/statusnet.php

index 3d018f4e211b54e0f0ebc00d236fbefcf04df55d..6cabd3842e09f0da20c54e115a08c0f258d54154 100644 (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;