mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 05:37:32 +02:00
Private property called as a public one (alt_login::__construct)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user