Commit 88ad2447 authored by Jonathan.Wage's avatar Jonathan.Wage

Trying to fix manual.

parent bb537581
...@@ -186,10 +186,10 @@ class manualActions extends sfActions ...@@ -186,10 +186,10 @@ class manualActions extends sfActions
spl_autoload_register('autoload'); spl_autoload_register('autoload');
// Temporary directory used by cache and LaTeX to Pdf conversion // 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 // The file where cached data is saved
$cacheFile = $tempDir . DIRECTORY_SEPARATOR . 'cache.sq3'; $cacheFile = $tempDir.DIRECTORY_SEPARATOR.'cache.sq3';
$cache = new Cache($cacheFile); $cache = new Cache($cacheFile);
......
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