diff --git a/api/src/Downstream/Type/Dimple.php b/api/src/Downstream/Type/Dimple.php index 4b56e20f0..05adbc079 100644 --- a/api/src/Downstream/Type/Dimple.php +++ b/api/src/Downstream/Type/Dimple.php @@ -43,7 +43,7 @@ function results() { return; } - $lfs = $this->_get_attachments(null, null, 'refmac5_restr.log'); + $lfs = $this->_get_attachments(null, null, 'refmac%_restr.log'); if (sizeof($lfs)) { $lf = $lfs[0]['FILE']; } else {