diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-10-22 22:14:59 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-10-22 22:14:59 +0000 |
| commit | c705c141b32d0fdf0ca52bb9fd58669951ac2435 (patch) | |
| tree | e2503f72ebc472bdff2dc655cf6f80de0b268d4a | |
| parent | e48aa14bb997ab48470064c8113c937174a78310 (diff) | |
| download | webtrees-c705c141b32d0fdf0ca52bb9fd58669951ac2435.tar.gz webtrees-c705c141b32d0fdf0ca52bb9fd58669951ac2435.tar.bz2 webtrees-c705c141b32d0fdf0ca52bb9fd58669951ac2435.zip | |
Add missing dependency
| -rw-r--r-- | modules_v3/yahrzeit/module.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules_v3/yahrzeit/module.php b/modules_v3/yahrzeit/module.php index 0b3b2e2d90..4cad549774 100644 --- a/modules_v3/yahrzeit/module.php +++ b/modules_v3/yahrzeit/module.php @@ -43,6 +43,8 @@ class yahrzeit_WT_Module extends WT_Module implements WT_Module_Block { public function getBlock($block_id, $template=true, $cfg=null) { global $ctype, $TEXT_DIRECTION, $WT_IMAGES, $SHOW_MARRIED_NAMES; + require_once WT_ROOT.'includes/functions/functions_print_lists.php'; // for get_align() + $days=get_block_setting($block_id, 'days', 7); $infoStyle=get_block_setting($block_id, 'infoStyle', 'table'); $block=get_block_setting($block_id, 'block', true); |
