Changeset 2170
- Timestamp:
- 11/02/07 14:16:36 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/src/filter/AgaviExecutionFilter.class.php
r2169 r2170 89 89 } 90 90 $filename = AgaviConfig::get('core.cache_dir') . DIRECTORY_SEPARATOR . self::CACHE_SUBDIR . DIRECTORY_SEPARATOR . implode(DIRECTORY_SEPARATOR, $groups) . '.cefcache'; 91 $data = file_get_contents($filename);91 $data = @file_get_contents($filename); 92 92 if($data !== false) { 93 93 return unserialize($data);

