]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/LdapCommon/LdapCommon.php
Fix gettext domain for messages in plugins "_()" to "_m()".
[quix0rs-gnu-social.git] / plugins / LdapCommon / LdapCommon.php
index 3afcd824f96ac14ccd08a4643f009677678939cf..93e1e87dc04e37b9540d15417fd80640c7e2012c 100644 (file)
@@ -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'));