diff --git a/plugins/editors-xtd/article/article.php b/plugins/editors-xtd/article/article.php index fd5a2a3ae3899..59837df6165a0 100644 --- a/plugins/editors-xtd/article/article.php +++ b/plugins/editors-xtd/article/article.php @@ -50,8 +50,6 @@ public function onDisplay($name) $hasAccess = $canCreateRecords || $isEditingRecords; if (!$hasAccess) { - JFactory::getApplication()->enqueueMessage(JText::_('JERROR_ALERTNOAUTHOR'), 'warning'); - return; } diff --git a/plugins/editors-xtd/pagebreak/pagebreak.php b/plugins/editors-xtd/pagebreak/pagebreak.php index 4cb26544913ef..68a60241da27e 100644 --- a/plugins/editors-xtd/pagebreak/pagebreak.php +++ b/plugins/editors-xtd/pagebreak/pagebreak.php @@ -50,8 +50,6 @@ public function onDisplay($name) $hasAccess = $canCreateRecords || $isEditingRecords; if (!$hasAccess) { - JFactory::getApplication()->enqueueMessage(JText::_('JERROR_ALERTNOAUTHOR'), 'warning'); - return; }