Skip to content

Commit f93c954

Browse files
author
Marius Burkard
committed
- fixed typo from previous commit
1 parent a324af7 commit f93c954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/mail/mail_user_edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function onShowEnd() {
100100
if(is_array($policys)) {
101101
foreach( $policys as $p) {
102102
$selected = ($p["id"] == $tmp_user["policy_id"])?'SELECTED':'';
103-
$policy_select .= "<option value='$p[id]' $selected>" . $app->functions->htmlentities(($p['policy_name']) . "</option>\r\n";
103+
$policy_select .= "<option value='$p[id]' $selected>" . $app->functions->htmlentities($p['policy_name']) . "</option>\r\n";
104104
}
105105
}
106106
$app->tpl->setVar("policy", $policy_select);

0 commit comments

Comments
 (0)