Skip to content

Commit

Permalink
Fixes #17729
Browse files Browse the repository at this point in the history
  • Loading branch information
izharaazmi committed Aug 31, 2017
1 parent 5b92dc6 commit d759fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/components/com_menus/controllers/menus.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public function delete()
// Remove the items.
if (!$model->delete($cids))
{
$this->setMessage($model->getError());
$this->setMessage($model->getError(), 'error');
}
else
{
Expand Down

0 comments on commit d759fd0

Please sign in to comment.