diff options
| author | Christian Fowler <spider@viovio.com> | 2006-03-01 20:16:15 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-03-01 20:16:15 +0000 |
| commit | af9d53573798e27b8d8656fb64fe28acec79936c (patch) | |
| tree | 4ab468e506d73f634ea8c3f28abf65f312cfb722 /contact.php | |
| parent | 740e0453681c04e9a4caafa36c912b39234aa1f1 (diff) | |
| download | messages-af9d53573798e27b8d8656fb64fe28acec79936c.tar.gz messages-af9d53573798e27b8d8656fb64fe28acec79936c.tar.bz2 messages-af9d53573798e27b8d8656fb64fe28acec79936c.zip | |
move BitSystem:: preferences methods to get/set/load/storeConfig to avoid conflict with new content preferences
Diffstat (limited to 'contact.php')
| -rw-r--r-- | contact.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contact.php b/contact.php index c8a8e1c..bcebef0 100644 --- a/contact.php +++ b/contact.php @@ -3,7 +3,7 @@ * message package modules * * @author -* @version $Header: /cvsroot/bitweaver/_bit_messages/contact.php,v 1.7 2006/02/08 18:32:11 mej Exp $ +* @version $Header: /cvsroot/bitweaver/_bit_messages/contact.php,v 1.8 2006/03/01 20:16:15 spiderr Exp $ * @package messages * @subpackage functions */ @@ -23,7 +23,7 @@ if( !$gBitSystem->isFeatureActive( 'site_contact' ) ) { include_once( MESSAGES_PKG_PATH.'messages_lib.php' ); -$userInfo = $gBitUser->getUserInfo( array( 'login' => $gBitSystem->getPreference( 'contact_user' ) ) ); +$userInfo = $gBitUser->getUserInfo( array( 'login' => $gBitSystem->getConfig( 'contact_user' ) ) ); $email = $userInfo['email']; if( empty( $email ) ) { $gBitSystem->fatalError( "This feature is not correctly set up. The email address is missing." ); |
