1
0
mirror of synced 2025-01-06 00:57:10 +03:00

Fixing pdf.

This commit is contained in:
Jonathan.Wage 2007-09-06 19:53:47 +00:00
parent 26d3d3e7a4
commit 46ac880641

View File

@ -186,7 +186,7 @@ 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';