diff options
Diffstat (limited to 'engine/lib/configuration.php')
-rw-r--r-- | engine/lib/configuration.php | 3 |
1 files changed, 2 insertions, 1 deletions
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;
|