From 4827b10482738683cca4e9a8fca32227c47886c6 Mon Sep 17 00:00:00 2001 From: Matthieu Mota Date: Sun, 29 Apr 2018 08:36:11 +0200 Subject: [PATCH] Remove separator const from getCacheDirectory --- ps_mainmenu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ps_mainmenu.php b/ps_mainmenu.php index 3ccf1e5..aa922e0 100644 --- a/ps_mainmenu.php +++ b/ps_mainmenu.php @@ -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()