Commit 46ac8806 authored by Jonathan.Wage's avatar Jonathan.Wage

Fixing pdf.

parent 26d3d3e7
......@@ -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';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment