optimizer fixed

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7435 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2010-05-11 09:35:28 +00:00
parent bac20a9a40
commit 8103a9cc01

View file

@ -9,7 +9,7 @@
class Optimizer {
var $cache_path = "./files/cache/optimized/";
var $script_file = "./common/script.php?l=%s&t=%s";
var $script_file = "./common/script.php?l=%s&t=.%s";
/**
* @brief Constructor which check if a directory, 'optimized' exists in designated path. If not create a new one