forked from extern/egroupware
Fix so sitemgr contact form shows contact's address instead of current user
This commit is contained in:
parent
21ccdd5f28
commit
56b51a4285
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user