1
0
mirror of synced 2024-12-13 22:56:04 +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,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';