summaryrefslogtreecommitdiff
path: root/lib/plugins/authad/auth.php
diff options
context:
space:
mode:
authorPatrick Brown <ptbrown@whoopdedo.org>2015-04-04 00:30:10 -0400
committerPatrick Brown <ptbrown@whoopdedo.org>2015-04-04 00:30:10 -0400
commitd4f7c139603e3121feb401e90805b00555538e41 (patch)
tree7c1563bd9339bfd0de63bc839c2c7b838e414e1f /lib/plugins/authad/auth.php
parent45bd9f1311427a53e57b1f46d2c6fc7de1caa6e2 (diff)
parent5b795a651d514c6889ad05abc4e58de67c7af92e (diff)
downloadrpg-d4f7c139603e3121feb401e90805b00555538e41.tar.gz
rpg-d4f7c139603e3121feb401e90805b00555538e41.tar.bz2
Merge branch 'authpwdexpire' into languagecleanup
Diffstat (limited to 'lib/plugins/authad/auth.php')
-rw-r--r--lib/plugins/authad/auth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/authad/auth.php b/lib/plugins/authad/auth.php
index 400a5efee..40c56ef09 100644
--- a/lib/plugins/authad/auth.php
+++ b/lib/plugins/authad/auth.php
@@ -258,7 +258,7 @@ class auth_plugin_authad extends DokuWiki_Auth_Plugin {
($info['expiresin'] <= $this->conf['expirywarn']) &&
!$this->msgshown
) {
- $msg = sprintf($lang['authpwdexpire'], $info['expiresin']);
+ $msg = sprintf($this->getLang('authpwdexpire'), $info['expiresin']);
if($this->canDo('modPass')) {
$url = wl($ID, array('do'=> 'profile'));
$msg .= ' <a href="'.$url.'">'.$lang['btn_profile'].'</a>';