mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-16 15:33:02 +01:00
LSrelation : fix constructor method name
This commit is contained in:
parent
b500b7821e
commit
336b5307b3
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class LSrelation {
|
|||
private $relationName = null;
|
||||
private $config = null;
|
||||
|
||||
public function LSrelation(&$obj,$relationName) {
|
||||
public function __construct(&$obj,$relationName) {
|
||||
$this -> obj =& $obj;
|
||||
$this -> relationName = $relationName;
|
||||
if (isset($obj->config['LSrelation'][$relationName]) && is_array($obj->config['LSrelation'][$relationName])) {
|
||||
|
|
Loading…
Reference in a new issue