diff --git a/website/apps/frontend/modules/manual/actions/actions.class.php b/website/apps/frontend/modules/manual/actions/actions.class.php index 2ad6ab83a..2a40f435e 100644 --- a/website/apps/frontend/modules/manual/actions/actions.class.php +++ b/website/apps/frontend/modules/manual/actions/actions.class.php @@ -186,8 +186,8 @@ class manualActions extends sfActions spl_autoload_register('autoload'); // Temporary directory used by cache and LaTeX to Pdf conversion - $tempDir = $manualPath.'new'.DIRECTORY_SEPARATOR.'tmp'; - + $tempDir = $manualPath.DIRECTORY_SEPARATOR.'new'.DIRECTORY_SEPARATOR.'tmp'; + // The file where cached data is saved $cacheFile = $tempDir.DIRECTORY_SEPARATOR.'cache.sq3';