Skip to content

Commit 9fa2306

Browse files
author
Roman Leshchenko
committed
MAGETWO-92174: Wrong product grid behavior in admin panel
1 parent 0a6828a commit 9fa2306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Controller/Adminhtml/Product/MassDelete.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function __construct(
5252
public function execute()
5353
{
5454
if (!$this->getRequest()->isPost()) {
55-
throw new NotFoundException();
55+
throw new NotFoundException(__('Page not found'));
5656
}
5757
$collection = $this->filter->getCollection($this->collectionFactory->create());
5858
$productDeleted = 0;

0 commit comments

Comments
 (0)