]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Refs #4147. Changed default site name to "My New Community."
authorBrett Profitt <brett.profitt@gmail.com>
Tue, 24 Jan 2012 02:02:44 +0000 (18:02 -0800)
committerBrett Profitt <brett.profitt@gmail.com>
Tue, 24 Jan 2012 02:02:44 +0000 (18:02 -0800)
engine/lib/configuration.php
install/ElggInstaller.php

index 12ca665bfd66eb8104a537414d94e8a8466e4b4d..144b99fffd3725e6f1ca85f70cc2d625a5cc123e 100644 (file)
@@ -558,13 +558,11 @@ function set_default_config() {
                'plugins_path'  =>      "$install_root/mod/",
                'wwwroot'               =>      $www_root,
                'url'                   =>      $www_root,
-               'site_name'             =>      'New Elgg site',
                'language'              =>      'en',
 
                // compatibility with old names for ppl not using get_config()
                'viewpath'              =>      "$install_root/views/",
                'pluginspath'   =>      "$install_root/mod/",
-               'sitename'              =>      'New Elgg site',
        );
 
        foreach ($defaults as $name => $value) {
index d556ba74426137b48a2c302129dacf79433e647c..4608c8d700982585d62bc768a6bf6011444ee604 100644 (file)
@@ -391,7 +391,7 @@ class ElggInstaller {
                $formVars = array(
                        'sitename' => array(
                                'type' => 'text',
-                               'value' => 'New Elgg site',
+                               'value' => 'My New Community',
                                'required' => TRUE,
                                ),
                        'siteemail' => array(