mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-01-12 16:01:40 +00:00
Fix empty trash error
This commit is contained in:
parent
0fb8a4be86
commit
91a7214d1d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user