mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-27 10:00:41 +00:00
fix deprecated warning
This commit is contained in:
parent
306fc83840
commit
8b562f05b9
|
|
@ -80,7 +80,7 @@ class SeedDMS_View_MyAccount extends SeedDMS_Theme_Style {
|
|||
if($passwordexpiration > 0) {
|
||||
print "<tr>\n";
|
||||
print "<td>".getMLText("password_expiration")." : </td>\n";
|
||||
print "<td>".htmlspecialchars($user->getPwdExpiration())."</td>\n";
|
||||
print "<td>".htmlspecialchars($user->getPwdExpiration() ?? '')."</td>\n";
|
||||
print "</tr>\n";
|
||||
}
|
||||
print "<tr>\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user