This commit is contained in:
parent
2056285542
commit
3fd91c99af
|
@ -3,7 +3,7 @@
|
||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
|
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
|
||||||
Copyright (C) 2003 - 2012 Roland Gruber
|
Copyright (C) 2003 - 2015 Roland Gruber
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -69,7 +69,6 @@ class Ldap{
|
||||||
* @param object $config an object of class Config
|
* @param object $config an object of class Config
|
||||||
*/
|
*/
|
||||||
function __construct($config) {
|
function __construct($config) {
|
||||||
setlanguage();
|
|
||||||
if (is_object($config)) {
|
if (is_object($config)) {
|
||||||
$this->conf = $config;
|
$this->conf = $config;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue