diff options
| author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-10-16 12:51:08 +0000 | 
|---|---|---|
| committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-10-16 12:51:08 +0000 | 
| commit | ea2caadad819bac25d8c374a70cc05aec103c08f (patch) | |
| tree | 44f089f16635b5fbded8acf86563619ba3edf5c4 /engine/lib | |
| parent | 073c9ee2484356e763b7eaa77a94551b728ecdf3 (diff) | |
| download | elgg-ea2caadad819bac25d8c374a70cc05aec103c08f.tar.gz elgg-ea2caadad819bac25d8c374a70cc05aec103c08f.tar.bz2 | |
Closes #438
git-svn-id: https://code.elgg.org/elgg/trunk@2269 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib')
| -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;
 | 
