diff --git a/classes/context/Context.class.php b/classes/context/Context.class.php
index d81092382..e8dd45c45 100644
--- a/classes/context/Context.class.php
+++ b/classes/context/Context.class.php
@@ -2841,7 +2841,7 @@ class Context
list($width, $height) = getimagesize(\RX_BASEDIR . $filename);
}
self::$_instance->meta_images[] = array(
- 'filepath' => $filename . '?' . date('YmdHis', filemtime(\RX_BASEDIR . $filename)),
+ 'filepath' => $filename . '?t=' . filemtime(\RX_BASEDIR . $filename),
'width' => $width,
'height' => $height,
);
diff --git a/classes/display/DisplayHandler.class.php b/classes/display/DisplayHandler.class.php
index bc7531534..4703e6322 100644
--- a/classes/display/DisplayHandler.class.php
+++ b/classes/display/DisplayHandler.class.php
@@ -246,7 +246,7 @@ class DisplayHandler extends Handler
{
case 'HTML':
$json_options = defined('JSON_PRETTY_PRINT') ? (JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE) : 0;
- $panel_script = sprintf('', RX_BASEURL, 'common/js/debug.js', filemtime(RX_BASEDIR . 'common/js/debug.js'));
+ $panel_script = sprintf('', RX_BASEURL, 'common/js/debug.js', filemtime(RX_BASEDIR . 'common/js/debug.js'));
$panel_script .= "\n";
$body_end_position = strrpos($output, '