diff options
| -rw-r--r-- | modules/GEDFact_assistant/_MEDIA/media_0_inverselink.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/GEDFact_assistant/_MEDIA/media_0_inverselink.php b/modules/GEDFact_assistant/_MEDIA/media_0_inverselink.php index 6028bb0ecb..3b23f82b1d 100644 --- a/modules/GEDFact_assistant/_MEDIA/media_0_inverselink.php +++ b/modules/GEDFact_assistant/_MEDIA/media_0_inverselink.php @@ -150,7 +150,8 @@ if ($action == "choose" && $paramok) { ->execute(array($mediaid, WT_GED_ID)) ->fetchOne(); $filename = str_replace(" ", "%20", $filename); - $thumbnail = thumbnail_file($filename, false, false); + // $thumbnail = thumbnail_file($filename, false, false); + $thumbnail = str_replace("media/", "media/thumbs/", $filename); echo '<img src = ', $thumbnail, ' class="thumbheight" />'; echo '</td></tr></table>'; echo '</td></tr>'; |
