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:
Ralf Becker 2016-03-22 08:56:55 +00:00
parent 7c1d0dfdf1
commit 066257ff30

View File

@ -26,7 +26,7 @@ class Contact extends Entry
* *
* @var Api\Contacts * @var Api\Contacts
*/ */
private $contacts; protected $contacts;
/** /**
* Array with a transformation description, based on attributes to modify. * Array with a transformation description, based on attributes to modify.