Fix empty trash error

This commit is contained in:
Tuan Pham Ngoc 2021-08-11 12:37:58 +07:00
parent 0fb8a4be86
commit 91a7214d1d
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ class HtmlView extends BaseHtmlView
if ($this->state->get('filter.published') == -2 && $canDo->get('core.delete'))
{
$toolbar->delete('contacts.delete')
$toolbar->delete('weblinks.delete')
->text('JTOOLBAR_EMPTY_TRASH')
->message('JGLOBAL_CONFIRM_DELETE')
->listCheck(true);