From d901ceacb01b42cabf29f5f9242c29500e109fcd Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 1 May 2008 16:37:05 +0000 Subject: Further changes to the site install procedure. git-svn-id: https://code.elgg.org/elgg/trunk@616 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/install.php | 1 + 1 file changed, 1 insertion(+) (limited to 'engine/lib') 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 -- cgit v1.2.3