mirror of
https://github.com/getgrav/grav.git
synced 2026-02-02 04:40:16 +01:00
Fix for #212 - media timestamp typo
This commit is contained in:
@@ -60,7 +60,7 @@ class Medium extends Data implements RenderableInterface
|
||||
{
|
||||
parent::__construct($items, $blueprint);
|
||||
|
||||
if (self::getGrav()['config']->get('media.enable_media_timestamp', true)) {
|
||||
if (self::getGrav()['config']->get('system.media.enable_media_timestamp', true)) {
|
||||
$this->querystring('&' . self::getGrav()['cache']->getKey());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user