Skip to content

Commit f18e529

Browse files
committed
typo
1 parent f4097a2 commit f18e529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/mail/form/mail_user.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
$client_group_id = $_SESSION['s']['user']['default_group'];
4747
$client = $app->db->queryOneRecord("SELECT limit_backup FROM sys_group, client WHERE sys_group.client_id = client.client_id and sys_group.groupid = ?", $client_group_id);
4848
if($client['limit_backup'] != 'y') $backup_available = false;
49-
]
49+
}
5050

5151
$form["title"] = "Mailbox";
5252
$form["description"] = "";

0 commit comments

Comments
 (0)