From: Brett Profitt Date: Tue, 24 Jan 2012 02:02:44 +0000 (-0800) Subject: Refs #4147. Changed default site name to "My New Community." X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=be523eb86e6578030e022da4ff2143087a82eb67;p=lorea%2Felgg.git Refs #4147. Changed default site name to "My New Community." --- diff --git a/engine/lib/configuration.php b/engine/lib/configuration.php index 12ca665bf..144b99fff 100644 --- a/engine/lib/configuration.php +++ b/engine/lib/configuration.php @@ -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) { diff --git a/install/ElggInstaller.php b/install/ElggInstaller.php index d556ba744..4608c8d70 100644 --- a/install/ElggInstaller.php +++ b/install/ElggInstaller.php @@ -391,7 +391,7 @@ class ElggInstaller { $formVars = array( 'sitename' => array( 'type' => 'text', - 'value' => 'New Elgg site', + 'value' => 'My New Community', 'required' => TRUE, ), 'siteemail' => array(