Use the public contact
This commit is contained in:
parent
53810a9e42
commit
0c4a3330dd
1 changed files with 2 additions and 2 deletions
|
@ -876,7 +876,7 @@ class Contact extends BaseModule
|
||||||
$tabs = [
|
$tabs = [
|
||||||
[
|
[
|
||||||
'label' => DI::l10n()->t('Status'),
|
'label' => DI::l10n()->t('Status'),
|
||||||
'url' => "contact/" . $cid . "/conversations",
|
'url' => "contact/" . $pcid . "/conversations",
|
||||||
'sel' => (($active_tab == 1) ? 'active' : ''),
|
'sel' => (($active_tab == 1) ? 'active' : ''),
|
||||||
'title' => DI::l10n()->t('Conversations started by this contact'),
|
'title' => DI::l10n()->t('Conversations started by this contact'),
|
||||||
'id' => 'status-tab',
|
'id' => 'status-tab',
|
||||||
|
@ -884,7 +884,7 @@ class Contact extends BaseModule
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'label' => DI::l10n()->t('Posts and Comments'),
|
'label' => DI::l10n()->t('Posts and Comments'),
|
||||||
'url' => "contact/" . $cid . "/posts",
|
'url' => "contact/" . $pcid . "/posts",
|
||||||
'sel' => (($active_tab == 2) ? 'active' : ''),
|
'sel' => (($active_tab == 2) ? 'active' : ''),
|
||||||
'title' => DI::l10n()->t('Status Messages and Posts'),
|
'title' => DI::l10n()->t('Status Messages and Posts'),
|
||||||
'id' => 'posts-tab',
|
'id' => 'posts-tab',
|
||||||
|
|
Loading…
Reference in a new issue