summaryrefslogtreecommitdiff
path: root/modules_v3/tree
diff options
context:
space:
mode:
Diffstat (limited to 'modules_v3/tree')
-rw-r--r--modules_v3/tree/class_treeview.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules_v3/tree/class_treeview.php b/modules_v3/tree/class_treeview.php
index 7a43196194..5840e7c69b 100644
--- a/modules_v3/tree/class_treeview.php
+++ b/modules_v3/tree/class_treeview.php
@@ -415,10 +415,10 @@ class TreeView {
* @return string
*/
private function getThumbnail($personGroup, $person) {
- global $MULTI_MEDIA, $SHOW_HIGHLIGHT_IMAGES;
+ global $SHOW_HIGHLIGHT_IMAGES;
$thumbnail="";
- if ($MULTI_MEDIA && $SHOW_HIGHLIGHT_IMAGES) {
+ if ($SHOW_HIGHLIGHT_IMAGES) {
$object=$person->findHighlightedMedia();
$img_title=PrintReady(htmlspecialchars($person->getFullName()));
if (!empty($object)) {