summaryrefslogtreecommitdiff
path: root/modules/yahrzeit
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-07-23 10:04:23 +0000
committerfisharebest <fisharebest@gmail.com>2010-07-23 10:04:23 +0000
commit8645a307802c095ee88dd4ee1c032c89a3ef06df (patch)
tree2e311118e51c33e11260b434ca751f3f851ae6b4 /modules/yahrzeit
parent0fa0c0d8e73ad5a455cfa51a4a9191d02c0d830d (diff)
downloadwebtrees-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.php2
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');