From 3fd91c99af4cd92fb8b660eaf93ad6fcd1901de1 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Tue, 16 Jun 2015 19:14:57 +0000 Subject: [PATCH] --- lam/lib/ldap.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lam/lib/ldap.inc b/lam/lib/ldap.inc index c530087d..7d81defd 100644 --- a/lam/lib/ldap.inc +++ b/lam/lib/ldap.inc @@ -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; }