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)) {
|
||||
self::updateContactFromProbe($contact_id);
|
||||
DI::baseUrl()->redirect('crepair/' . $contact_id);
|
||||
DI::baseUrl()->redirect('contact/' . $contact_id . '/advanced/');
|
||||
// NOTREACHED
|
||||
}
|
||||
|
||||
|
@ -910,7 +910,7 @@ class Contact extends BaseModule
|
|||
|
||||
if (!empty($contact['uid'])) {
|
||||
$tabs[] = ['label' => DI::l10n()->t('Advanced'),
|
||||
'url' => 'crepair/' . $contact['id'],
|
||||
'url' => 'contact/' . $contact['id'] . '/advanced/',
|
||||
'sel' => (($active_tab == 6) ? 'active' : ''),
|
||||
'title' => DI::l10n()->t('Advanced Contact Settings'),
|
||||
'id' => 'advanced-tab',
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
</div>
|
||||
<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> -->
|
||||
|
Loading…
Reference in a new issue