Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.8
-
Fix Version/s: 1.8
-
Component/s: Authentication
-
Labels:None
-
Environment:Any
-
Affected Branches:MOODLE_18_STABLE
-
Fixed Branches:MOODLE_18_STABLE
Description
The recently added string $string['auth_ldap_exprireattr_key'] = 'Expiration attribute'; in file auth.php should read
$string['auth_ldap_expireattr_key'] = 'Expiration attribute';
instead of
$string['auth_ldap_exprireattr_key'] = 'Expiration attribute';
Issue Links
| This issue has a non-specific relationship to: | ||||
| MDL-8069 | Hunt down and convert all hardcoded English strings in the source to use lang pack |
|
|
|
Tweaked - thanks!