Merge pull request #15 from MatthieuMota/patch-1

Remove separator const from getCacheDirectory
This commit is contained in:
Thomas N
2018-04-30 09:07:34 +01:00
committed by GitHub
+1 -1
View File
@@ -942,7 +942,7 @@ class Ps_MainMenu extends Module implements WidgetInterface
protected function getCacheDirectory()
{
return _PS_CACHE_DIR_ . DIRECTORY_SEPARATOR . 'ps_mainmenu';
return _PS_CACHE_DIR_ . 'ps_mainmenu';
}
protected function clearMenuCache()