Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use CACHE to be consistent with the rest of the extension code
  • Loading branch information
Andy Jones committed Jan 18, 2018
1 parent 5a3805c commit 064d0f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extension.driver.php
Expand Up @@ -317,8 +317,8 @@ private function __buildCacheFilename($datasource, &$filename, &$file_age)
}

$filename = sprintf(
"%s/cache/cacheabledatasource/%s_%s.xml",
MANIFEST,
"%s/cacheabledatasource/%s_%s.xml",
CACHE,
preg_replace("/^datasource/", '', get_class($datasource)),
md5($filename)
);
Expand Down

0 comments on commit 064d0f1

Please sign in to comment.