Skip to content

Commit 6b949d6

Browse files
authored
Merge pull request #108 from SynergyWholesale/bugfix/SW-3755-dns-management-menu-broken-in-whmcs
bugfix/SW-3755-dns-management-menu-broken-in-whmcs
2 parents c0def0a + a9f2ac1 commit 6b949d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • modules/registrars/synergywholesaledomains

modules/registrars/synergywholesaledomains/hooks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
}
107107

108108
if ('synergywholesaledomains' === $registrarModuleName) {
109-
header("Location: clientarea.php?action=domaindetails&id={$domain_id}&modop=custom&a=manageDNSURLForwarding");
109+
header("Location: clientarea.php?action=domaindetails&id={$domain_id}&modop=custom&a=manageDNSURLForwarding&token={$vars['token']}");
110110
}
111111
});
112112

0 commit comments

Comments
 (0)