This commit is contained in:
Daniel Hensby 2013-05-23 03:51:36 -07:00
commit 5625252c81
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ class FilesystemPublisher extends StaticPublisher {
* @return string
*/
protected function generatePHPCacheFile($content, $age, $lastModified) {
$template = file_get_contents(STATIC_MODULE_DIR . '/code/staticpublisher/CachedPHPPage.tmpl');
$template = file_get_contents(STATIC_MODULE_DIR . '/code/CachedPHPPage.tmpl');
return str_replace(
array('**MAX_AGE**', '**LAST_MODIFIED**', '**CONTENT**'),