Changeset 1084:9cd3238c71d5 for inc/core
- Timestamp:
- 12/18/12 18:50:38 (13 years ago)
- Branch:
- twig
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.core.php
r1056 r1084 132 132 { 133 133 # If cache dir is writable, use it. 134 $cache_dir = dirname(DC_TPL_CACHE.'/twtpl');134 $cache_dir = path::real(DC_TPL_CACHE.'/twtpl',false); 135 135 if (!is_dir($cache_dir)) { 136 136 try {
Note: See TracChangeset
for help on using the changeset viewer.