mirror of
https://github.com/getnamingo/registry.git
synced 2025-06-29 07:33:27 +02:00
CP fixes
This commit is contained in:
parent
f203413bed
commit
6e734bf865
2 changed files with 4 additions and 2 deletions
|
@ -620,7 +620,8 @@ class ContactsController extends Controller
|
||||||
'contactAuth' => $contactAuth,
|
'contactAuth' => $contactAuth,
|
||||||
'contactPostal' => $contactPostal,
|
'contactPostal' => $contactPostal,
|
||||||
'registrars' => $registrars,
|
'registrars' => $registrars,
|
||||||
'countries' => $countries
|
'countries' => $countries,
|
||||||
|
'currentUri' => $uri
|
||||||
]);
|
]);
|
||||||
} else {
|
} else {
|
||||||
// Contact does not exist, redirect to the contacts view
|
// Contact does not exist, redirect to the contacts view
|
||||||
|
|
|
@ -373,7 +373,8 @@ class HostsController extends Controller
|
||||||
|
|
||||||
if ($host) {
|
if ($host) {
|
||||||
return view($response,'admin/hosts/updateInternalHost.twig', [
|
return view($response,'admin/hosts/updateInternalHost.twig', [
|
||||||
'host' => $host
|
'host' => $host,
|
||||||
|
'currentUri' => $uri
|
||||||
]);
|
]);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue