Fix gettext domain for messages in plugins "_()" to "_m()".
Some other i18n and L10n updates, too. i18n/L10n review not complete.
This commit is contained in:
@@ -165,7 +165,7 @@ class LdapCommon
|
||||
function changePassword($username,$oldpassword,$newpassword)
|
||||
{
|
||||
if(! isset($this->attributes['password']) || !isset($this->password_encoding)){
|
||||
//throw new Exception(_('Sorry, changing LDAP passwords is not supported at this time'));
|
||||
//throw new Exception(_m('Sorry, changing LDAP passwords is not supported at this time.'));
|
||||
return false;
|
||||
}
|
||||
$entry = $this->get_user($username,array('dn' => 'dn'));
|
||||
|
Reference in New Issue
Block a user