Skip to content

Commit 2f42c37

Browse files
authored
Update DocplannerAssetsExtension.php
1 parent 5e75633 commit 2f42c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AssetsBundle/DependencyInjection/DocplannerAssetsExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function load(array $configs, ContainerBuilder $container)
4343

4444
if ($config['use_revisions'])
4545
{
46-
$url .= '?' . crc32(file_get_contents($path));
46+
$url .= '?v=' . crc32(file_get_contents($path));
4747
}
4848
}
4949

0 commit comments

Comments
 (0)