Fix so sitemgr contact form shows contact's address instead of current user

This commit is contained in:
Nathan Gray 2010-02-18 23:32:25 +00:00
parent 21ccdd5f28
commit 56b51a4285

View File

@ -59,7 +59,7 @@ class addressbook_tracking extends bo_tracking
*
* @var boolean
*/
var $prefer_user_as_sender = true;
var $prefer_user_as_sender = false;
/**
* Instance of the bocontacts class calling us
*