From 13ef309bda1ddea46eb759b8c94adfb60a39083f Mon Sep 17 00:00:00 2001 From: Miroslav Yovchev Date: Mon, 19 Oct 2015 23:55:46 +0300 Subject: [PATCH] Private property called as a public one (alt_login::__construct) --- e107_plugins/alt_auth/ldap_auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/alt_auth/ldap_auth.php b/e107_plugins/alt_auth/ldap_auth.php index 8105d54ef..b42b9de42 100755 --- a/e107_plugins/alt_auth/ldap_auth.php +++ b/e107_plugins/alt_auth/ldap_auth.php @@ -36,7 +36,7 @@ class auth_login extends alt_auth_base public $Available = FALSE; // Flag indicates whether DB connection available private $filter; // Filter for eDirectory search private $copyAttribs; // Any attributes which are to be copied on successful login - private $copyMethods; // Methods which are to be used to copy attributes + public $copyMethods; // Methods which are to be used to copy attributes