Skip to content

Commit

Permalink
cleaned messages
Browse files Browse the repository at this point in the history
  • Loading branch information
LivioCavallo committed Sep 4, 2017
1 parent 9fc47ce commit 9b44db6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions plugins/editors-xtd/article/article.php
Expand Up @@ -50,8 +50,6 @@ public function onDisplay($name)
$hasAccess = $canCreateRecords || $isEditingRecords;
if (!$hasAccess)
{
JFactory::getApplication()->enqueueMessage(JText::_('JERROR_ALERTNOAUTHOR'), 'warning');

return;
}

Expand Down
2 changes: 0 additions & 2 deletions plugins/editors-xtd/pagebreak/pagebreak.php
Expand Up @@ -50,8 +50,6 @@ public function onDisplay($name)
$hasAccess = $canCreateRecords || $isEditingRecords;
if (!$hasAccess)
{
JFactory::getApplication()->enqueueMessage(JText::_('JERROR_ALERTNOAUTHOR'), 'warning');

return;
}

Expand Down

0 comments on commit 9b44db6

Please sign in to comment.