We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe6f986 commit 8c07fa6Copy full SHA for 8c07fa6
Controller/Adminhtml/Core/PurgeCache.php
@@ -70,7 +70,7 @@ public function execute () {
70
if ( $this->_data->isEnabled () ) {
71
$this->_run ();
72
$this->_consumeMessages ();
73
- return $redirect->setPath ("varnish/pagecache/view");
+ return $redirect->setPath ("varnish/purgecache/view");
74
}
75
$this->messageManager->addError (
76
"Before using the <b>Purge Cache</b> feature, <b>Varnish Cache™</b>, must be set-up."
0 commit comments