aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-05-01 16:37:05 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-05-01 16:37:05 +0000
commitd901ceacb01b42cabf29f5f9242c29500e109fcd (patch)
tree4d55cd634827b275b54114ce29cecb50c56b1d2b
parent1ba0fab3389b57e0167c9df94ed19602cc4103af (diff)
downloadelgg-d901ceacb01b42cabf29f5f9242c29500e109fcd.tar.gz
elgg-d901ceacb01b42cabf29f5f9242c29500e109fcd.tar.bz2
Further changes to the site install procedure.
git-svn-id: https://code.elgg.org/elgg/trunk@616 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r--engine/lib/install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/lib/install.php b/engine/lib/install.php
index a5e1b6f4d..4892be509 100644
--- a/engine/lib/install.php
+++ b/engine/lib/install.php
@@ -53,6 +53,7 @@
// Create a new Elgg site
$site = new ElggSite();
+ $site->name = "Elgg site";
$site->save();
// Set datalist alerting us to the fact that the default site is this one