summaryrefslogtreecommitdiff
path: root/modules/yahrzeit
diff options
context:
space:
mode:
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');