Skip to content

Commit 8c07fa6

Browse files
author
Rafael Grigorian
committed
Fixed #52
1 parent fe6f986 commit 8c07fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Controller/Adminhtml/Core/PurgeCache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function execute () {
7070
if ( $this->_data->isEnabled () ) {
7171
$this->_run ();
7272
$this->_consumeMessages ();
73-
return $redirect->setPath ("varnish/pagecache/view");
73+
return $redirect->setPath ("varnish/purgecache/view");
7474
}
7575
$this->messageManager->addError (
7676
"Before using the <b>Purge Cache</b> feature, <b>Varnish Cache™</b>, must be set-up."

0 commit comments

Comments
 (0)