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 authored and smg6511 committed May 5, 2024
1 parent 6375eb4 commit 616ef9d
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 @@ -1747,8 +1747,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 616ef9d

Please sign in to comment.