FIX this function can not be private

This commit is contained in:
Regis Houssin 2019-07-13 11:21:07 +02:00
parent b1e21ed5fc
commit b7df4a2cd0
2 changed files with 2 additions and 2 deletions

View File

@ -2447,7 +2447,7 @@ class Adherent extends CommonObject
* 2=Return key only (uid=qqq)
* @return string DN
*/
private function _load_ldap_dn($info, $mode = 0)
public function _load_ldap_dn($info, $mode = 0)
{
// phpcs:enable
global $conf;

View File

@ -507,7 +507,7 @@ class Contact extends CommonObject
* 2=Return key only (uid=qqq)
* @return string DN
*/
private function _load_ldap_dn($info, $mode = 0)
public function _load_ldap_dn($info, $mode = 0)
{
// phpcs:enable
global $conf;