Fix PHP Fatal error: Cannot access private property kolab_ldap::$ready
This commit is contained in:
parent
b472372a80
commit
84c232f6dc
1 changed files with 2 additions and 2 deletions
|
@ -26,12 +26,12 @@
|
||||||
*/
|
*/
|
||||||
class kolab_ldap extends rcube_ldap_generic
|
class kolab_ldap extends rcube_ldap_generic
|
||||||
{
|
{
|
||||||
|
public $ready = false;
|
||||||
|
|
||||||
private $conf = [];
|
private $conf = [];
|
||||||
private $debug = false;
|
private $debug = false;
|
||||||
private $fieldmap = [];
|
private $fieldmap = [];
|
||||||
private $parse_replaces = [];
|
private $parse_replaces = [];
|
||||||
private $ready = false;
|
|
||||||
|
|
||||||
|
|
||||||
public function __construct($p)
|
public function __construct($p)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue