Update PM\PMPost page
This commit is contained in:
parent
addf9b2e2b
commit
427f2c6587
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class PMPost extends AbstractPM
|
|||
$this->targetUser = $topic->ztUser;
|
||||
$this->pms->area = $this->pms->inArea($topic);
|
||||
$this->newTopic = false;
|
||||
$this->formTitle = 'New PM title';
|
||||
$this->formTitle = Cnst::ACTION_ARCHIVE === $this->pms->area ? 'New PM title archive' : 'New PM title';
|
||||
$this->pmCrumbs[] = [
|
||||
$this->c->Router->link('PMAction', $args),
|
||||
__('New message'),
|
||||
|
|
Loading…
Add table
Reference in a new issue