aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorBrett Profitt <brett.profitt@gmail.com>2012-01-23 18:02:44 -0800
committerBrett Profitt <brett.profitt@gmail.com>2012-01-23 18:02:44 -0800
commitbe523eb86e6578030e022da4ff2143087a82eb67 (patch)
tree7471161684ef010f6433d626da79517f36be3f29 /install
parent4f83dc53bfd2dc8a4bf4cc968e9520a5451b9b46 (diff)
downloadelgg-be523eb86e6578030e022da4ff2143087a82eb67.tar.gz
elgg-be523eb86e6578030e022da4ff2143087a82eb67.tar.bz2
Refs #4147. Changed default site name to "My New Community."
Diffstat (limited to 'install')
-rw-r--r--install/ElggInstaller.php2
1 files changed, 1 insertions, 1 deletions
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(