diff --git a/plugins/config/class_configInLdap.inc b/plugins/config/class_configInLdap.inc index 79942c3edd16f6e34c056dd7d608376b18196b30..456e4d76c72450d6e42c7f11caaa557b6569f74f 100644 --- a/plugins/config/class_configInLdap.inc +++ b/plugins/config/class_configInLdap.inc @@ -543,7 +543,7 @@ class configInLdap extends simplePlugin } if ($this->attributesAccess['fdLanguage']->hasChanged() && ($this->fdLanguage != '') && !Language::isAvailable($this->fdLanguage)) { $messages[] = new SimplePluginCheckError( - $this, + $this->attributesAccess['fdLanguage'], htmlescape(sprintf(_('It seems the selected language "%s" is not installed on the system. Please install it or select an other one.'), $this->fdLanguage)) ); }