Fix translatable URL caching
The same fix as https://github.com/rainlab/pages-plugin/pull/244 but for CMS pages.
This commit is contained in:
parent
d1c9b1a6f1
commit
e0ce714285
|
|
@ -308,7 +308,7 @@ class Router
|
|||
*/
|
||||
protected function getCacheKey($keyName)
|
||||
{
|
||||
return md5($this->theme->getPath()).$keyName;
|
||||
return md5($this->theme->getPath()).$keyName.Lang::getLocale();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue