Update PM\PMPost page

This commit is contained in:
Visman 2021-04-01 22:51:22 +07:00
parent addf9b2e2b
commit 427f2c6587

View file

@ -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'),