diff options
Diffstat (limited to 'modules/info/views/info_block.html.php')
-rw-r--r-- | modules/info/views/info_block.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/info/views/info_block.html.php b/modules/info/views/info_block.html.php index d8f36984..1142bbd4 100644 --- a/modules/info/views/info_block.html.php +++ b/modules/info/views/info_block.html.php @@ -16,7 +16,7 @@ <?= html::clean($item->name) ?> </li> <? endif ?> - <? if ($item->captured): ?> + <? if (module::is_active("exif") && $item->captured): ?> <li> <strong class="caption"><?= t("Captured:") ?></strong> <?= date("M j, Y H:i:s", $item->captured)?> |