Fix crepair links
This commit is contained in:
parent
46e89299c5
commit
8632c90327
|
@ -374,7 +374,7 @@ class Contact extends BaseModule
|
||||||
|
|
||||||
if ($cmd === 'updateprofile' && ($orig_record['uid'] != 0)) {
|
if ($cmd === 'updateprofile' && ($orig_record['uid'] != 0)) {
|
||||||
self::updateContactFromProbe($contact_id);
|
self::updateContactFromProbe($contact_id);
|
||||||
DI::baseUrl()->redirect('crepair/' . $contact_id);
|
DI::baseUrl()->redirect('contact/' . $contact_id . '/advanced/');
|
||||||
// NOTREACHED
|
// NOTREACHED
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -910,7 +910,7 @@ class Contact extends BaseModule
|
||||||
|
|
||||||
if (!empty($contact['uid'])) {
|
if (!empty($contact['uid'])) {
|
||||||
$tabs[] = ['label' => DI::l10n()->t('Advanced'),
|
$tabs[] = ['label' => DI::l10n()->t('Advanced'),
|
||||||
'url' => 'crepair/' . $contact['id'],
|
'url' => 'contact/' . $contact['id'] . '/advanced/',
|
||||||
'sel' => (($active_tab == 6) ? 'active' : ''),
|
'sel' => (($active_tab == 6) ? 'active' : ''),
|
||||||
'title' => DI::l10n()->t('Advanced Contact Settings'),
|
'title' => DI::l10n()->t('Advanced Contact Settings'),
|
||||||
'id' => 'advanced-tab',
|
'id' => 'advanced-tab',
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<form id="crepair-form" action="crepair/{{$contact_id}}" method="post" >
|
<form id="crepair-form" action="contact/{{$contact_id}}/advanced" method="post" >
|
||||||
|
|
||||||
<!-- <h4>{{$contact_name}}</h4> -->
|
<!-- <h4>{{$contact_name}}</h4> -->
|
||||||
|
|
Loading…
Reference in a new issue