Skip to content

Commit

Permalink
Update modMediaSource.php
Browse files Browse the repository at this point in the history
Tiny CQ fix
  • Loading branch information
Jim Graham committed Sep 7, 2023
1 parent e4f73a6 commit e6f12ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/Revolution/Sources/modMediaSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -1725,8 +1725,8 @@ public function clearCache(array $options = [])
);
$options[xPDO::OPT_CACHE_FORMAT] = (int)$this->getOption(
'cache_media_sources_format',
$options, $this->getOption(xPDO::OPT_CACHE_FORMAT,
$options, xPDOCacheManager::CACHE_PHP)
$options,
$this->getOption(xPDO::OPT_CACHE_FORMAT, $options, xPDOCacheManager::CACHE_PHP)
);
$options[xPDO::OPT_CACHE_ATTEMPTS] = (int)$this->getOption(
'cache_media_sources_attempts',
Expand Down

0 comments on commit e6f12ff

Please sign in to comment.