Fix for #212 - media timestamp typo

This commit is contained in:
Andy Miller
2015-06-29 15:38:53 -06:00
parent f1a929624f
commit dfccfb3cf3

View File

@@ -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());
}