diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-07-23 10:04:23 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-07-23 10:04:23 +0000 |
| commit | 8645a307802c095ee88dd4ee1c032c89a3ef06df (patch) | |
| tree | 2e311118e51c33e11260b434ca751f3f851ae6b4 /modules/yahrzeit | |
| parent | 0fa0c0d8e73ad5a455cfa51a4a9191d02c0d830d (diff) | |
| download | webtrees-8645a307802c095ee88dd4ee1c032c89a3ef06df.tar.gz webtrees-8645a307802c095ee88dd4ee1c032c89a3ef06df.tar.bz2 webtrees-8645a307802c095ee88dd4ee1c032c89a3ef06df.zip | |
news block failing to use/save configuration settings
Diffstat (limited to 'modules/yahrzeit')
| -rw-r--r-- | modules/yahrzeit/module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/yahrzeit/module.php b/modules/yahrzeit/module.php index 550c39e740..186ff88aef 100644 --- a/modules/yahrzeit/module.php +++ b/modules/yahrzeit/module.php @@ -45,7 +45,7 @@ class yahrzeit_WT_Module extends WT_Module implements WT_Module_Block { // Implement class WT_Module_Block public function getBlock($block_id, $template=true) { - global $ctype, $TEXT_DIRECTION, $WT_IMAGES, $WT_BLOCKS, $SHOW_MARRIED_NAMES, $THEME_DIR; + global $ctype, $TEXT_DIRECTION, $WT_IMAGES, $SHOW_MARRIED_NAMES, $THEME_DIR; $days=get_block_setting($block_id, 'days', 7); $infoStyle=get_block_setting($block_id, 'infoStyle', 'table'); |
