Fix PHP Fatal error: Cannot access private property kolab_ldap::$ready

This commit is contained in:
Aleksander Machniak 2024-02-28 12:42:49 +01:00
parent b472372a80
commit 84c232f6dc

View file

@ -26,12 +26,12 @@
*/
class kolab_ldap extends rcube_ldap_generic
{
public $ready = false;
private $conf = [];
private $debug = false;
private $fieldmap = [];
private $parse_replaces = [];
private $ready = false;
public function __construct($p)
{