diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-08-21 11:35:08 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-08-21 11:35:08 (GMT) |
commit | 8250a5b925c4791f7e0cd94093a7e6545dc3f7e2 (patch) | |
tree | 82b01aa882a00b4811567d00b2e6a555971b9348 /lib/Net/LDAP3/Result.php | |
parent | 271f81d0d185f8a7ab24c4fc21003e72f7a8498c (diff) | |
download | Net_LDAP3-8250a5b925c4791f7e0cd94093a7e6545dc3f7e2.tar.gz |
Commit refactorings as part of the effort to integrate Net_LDAP3 into the Kolab WAP (API)
Diffstat (limited to 'lib/Net/LDAP3/Result.php')
-rw-r--r-- | lib/Net/LDAP3/Result.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Net/LDAP3/Result.php b/lib/Net/LDAP3/Result.php index b00384c..ca68326 100644 --- a/lib/Net/LDAP3/Result.php +++ b/lib/Net/LDAP3/Result.php @@ -28,7 +28,7 @@ */ class Net_LDAP3_Result implements Iterator { - public $conn; + protected $conn; protected $base_dn; protected $filter; protected $scope; |