[-] FO: Fix #PSCFV-5359 do not redirect to canonical url on 404 error

This commit is contained in:
rGaillard
2012-11-15 09:43:07 +00:00
parent 9c68663825
commit 1b9a40489f
@@ -42,5 +42,10 @@ class PageNotFoundControllerCore extends FrontController
$this->setTemplate(_PS_THEME_DIR_.'404.tpl');
}
public function canonicalRedirection($canonical_url = '')
{
// 404 - no need to redirect to the canonical url
}
}