diff options
| author | Łukasz Wilenski <wooc@gazeta.pl> | 2011-10-22 09:20:30 +0000 |
|---|---|---|
| committer | Łukasz Wilenski <wooc@gazeta.pl> | 2011-10-22 09:20:30 +0000 |
| commit | 6612961d2ab47e14a5c97b4f2a6fee688eb2e7d5 (patch) | |
| tree | afa182478a7f9d3ed1a5160f7d7ee70f26b05b08 | |
| parent | 830981e847a684524e0a7e6cb55b95d33ee024d5 (diff) | |
| download | webtrees-6612961d2ab47e14a5c97b4f2a6fee688eb2e7d5.tar.gz webtrees-6612961d2ab47e14a5c97b4f2a6fee688eb2e7d5.tar.bz2 webtrees-6612961d2ab47e14a5c97b4f2a6fee688eb2e7d5.zip | |
reverse change 12350 - it is required and it prevents the error where image on Lightbox fails to close - How? I don't know.
| -rw-r--r-- | modules_v3/lightbox/module.php | 2 |
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 |
