Merge pull request #15 from MatthieuMota/patch-1
Remove separator const from getCacheDirectory
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user