Update PMDelete.php

This commit is contained in:
Visman 2021-11-13 14:59:17 +07:00
parent e94e1ec167
commit 816e710f96

View file

@ -110,7 +110,7 @@ class PMDelete extends AbstractPM
$this->nameTpl = 'pm/post';
$this->formTitle = $deleteTopic ? 'Delete PT title' : 'Delete PM title';
$this->form = $this->formDelete($args, $post, $deleteTopic);
$this->postsTitle = 'Delete info';
$this->postsTitle = $deleteTopic ? 'Delete dialogue info' : 'Delete info';
$this->posts = [$post];
$this->pmCrumbs[] = [
$this->c->Router->link('PMAction', $args),