Skip to content

Commit 775c05d

Browse files
author
Marius Cramer
committed
corrected typo from merge
1 parent 1324b80 commit 775c05d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

interface/web/dns/dns_wizard.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@
120120
}
121121

122122
if($_SESSION["s"]["user"]["typ"] != 'admin')
123-
124-
$client_group_id = $app->functions->intval($_SESSION["s"]["user"]["default_group"]);{
123+
{
124+
$client_group_id = $app->functions->intval($_SESSION["s"]["user"]["default_group"]);
125125
$client_dns = $app->db->queryOneRecord("SELECT dns_servers FROM sys_group, client WHERE sys_group.client_id = client.client_id and sys_group.groupid = $client_group_id");
126126

127127
$client_dns['dns_servers_ids'] = explode(',', $client_dns['dns_servers']);
@@ -348,4 +348,4 @@
348348
$app->tpl->pparse();
349349

350350

351-
?>
351+
?>

0 commit comments

Comments
 (0)