forked from extern/egroupware
fix PHP Fatal error: Call to a member function read() on null in etemplate/inc/class.contact_widget.inc.php, private var must be only protected
This commit is contained in:
parent
7c1d0dfdf1
commit
066257ff30
@ -26,7 +26,7 @@ class Contact extends Entry
|
||||
*
|
||||
* @var Api\Contacts
|
||||
*/
|
||||
private $contacts;
|
||||
protected $contacts;
|
||||
|
||||
/**
|
||||
* Array with a transformation description, based on attributes to modify.
|
||||
|
Loading…
Reference in New Issue
Block a user