summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules_v3/lightbox/module.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules_v3/lightbox/module.php b/modules_v3/lightbox/module.php
index bf6b6dd0bb..7809936051 100644
--- a/modules_v3/lightbox/module.php
+++ b/modules_v3/lightbox/module.php
@@ -27,6 +27,8 @@ if (!defined('WT_WEBTREES')) {
header('HTTP/1.0 403 Forbidden');
exit;
}
+// prevents the error where image on Lightbox fails to close - How? I don't know
+require_once WT_ROOT.'includes/functions/functions_print_lists.php';
class lightbox_WT_Module extends WT_Module implements WT_Module_Config, WT_Module_Tab {
// Extend WT_Module