1
0
mirror of synced 2025-01-29 19:41:45 +03:00

Trying to fix manual.

This commit is contained in:
Jonathan.Wage 2007-09-06 18:14:31 +00:00
parent bb537581e6
commit 88ad244786

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 = dirname(__FILE__) . DIRECTORY_SEPARATOR . 'tmp';
$tempDir = $manualPath.'new'.DIRECTORY_SEPARATOR.'tmp';
// The file where cached data is saved
$cacheFile = $tempDir.DIRECTORY_SEPARATOR.'cache.sq3';