1
0
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:
Miroslav Yovchev
2015-10-19 23:55:46 +03:00
parent 694fc01b37
commit 13ef309bda

View File

@@ -36,7 +36,7 @@ class auth_login extends alt_auth_base
public $Available = FALSE; // Flag indicates whether DB connection available public $Available = FALSE; // Flag indicates whether DB connection available
private $filter; // Filter for eDirectory search private $filter; // Filter for eDirectory search
private $copyAttribs; // Any attributes which are to be copied on successful login 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