Skip to content

Commit 6b9fb28

Browse files
committed
AC-14841::Admin Notification Page Crashes with "Invalid return type" Exception on Navigation
1 parent ea89e3a commit 6b9fb28

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/AdminNotification/Controller/Adminhtml/Notification

1 file changed

+1
-1
lines changed

app/code/Magento/AdminNotification/Controller/Adminhtml/Notification/Index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ public function execute()
2222
__('Messages Inbox')
2323
);
2424
$this->_view->getPage()->getConfig()->getTitle()->prepend(__('Notifications'));
25-
return $this->_view->renderLayout();
25+
$this->_view->renderLayout();
2626
}
2727
}

0 commit comments

Comments
 (0)