diff --git a/modules/metarefresh/bin/metarefresh.php b/modules/metarefresh/bin/metarefresh.php index 1967c912c9e14c4513e743d4b5d0cb57d9562fa8..115be45a2d023711bacde779af203d436c92e12d 100755 --- a/modules/metarefresh/bin/metarefresh.php +++ b/modules/metarefresh/bin/metarefresh.php @@ -122,7 +122,9 @@ if(count($files) === 0) { $metaloader = new sspmod_metarefresh_MetaLoader(); foreach($files as $f) { - $metaloader->loadSource($f); + $source = array('src' => $f); + if (isset($validateFingerprint)) $source['validateFingerprint'] = $validateFingerprint; + $metaloader->loadSource($source); } if($toStdOut) {