This commit is contained in:
Roland Gruber 2015-06-16 19:14:57 +00:00
parent 2056285542
commit 3fd91c99af
1 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,7 @@
$Id$
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
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
*/
function __construct($config) {
setlanguage();
if (is_object($config)) {
$this->conf = $config;
}