From ea2caadad819bac25d8c374a70cc05aec103c08f Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 16 Oct 2008 12:51:08 +0000 Subject: Closes #438 git-svn-id: https://code.elgg.org/elgg/trunk@2269 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/configuration.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engine/lib/configuration.php') diff --git a/engine/lib/configuration.php b/engine/lib/configuration.php index a034f7efc..12915cef4 100644 --- a/engine/lib/configuration.php +++ b/engine/lib/configuration.php @@ -180,7 +180,8 @@ if (isset($CONFIG->site) && ($CONFIG->site instanceof ElggSite)) { $CONFIG->wwwroot = $CONFIG->site->url; $CONFIG->sitename = $CONFIG->site->name; - $CONFIG->sitedescription = $CONFIG->site->description; + $CONFIG->sitedescription = $CONFIG->site->description; + $CONFIG->siteemail = $CONFIG->site->email; } $CONFIG->url = $CONFIG->wwwroot; -- cgit v1.2.3