30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-16 21:12:22 +00:00

Fix empty trash error

This commit is contained in:
Tuan Pham Ngoc 2021-08-11 12:37:58 +07:00
parent 0fb8a4be86
commit 91a7214d1d

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);