summaryrefslogtreecommitdiff
path: root/modules_v3/yahrzeit/module.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules_v3/yahrzeit/module.php')
-rw-r--r--modules_v3/yahrzeit/module.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/yahrzeit/module.php b/modules_v3/yahrzeit/module.php
index c003621f52..02719e0463 100644
--- a/modules_v3/yahrzeit/module.php
+++ b/modules_v3/yahrzeit/module.php
@@ -41,7 +41,7 @@ class yahrzeit_WT_Module extends WT_Module implements WT_Module_Block {
// Implement class WT_Module_Block
public function getBlock($block_id, $template=true, $cfg=null) {
- global $ctype, $TEXT_DIRECTION, $WT_IMAGES, $controller;
+ global $ctype, $WT_IMAGES, $controller;
$days=get_block_setting($block_id, 'days', 7);
$infoStyle=get_block_setting($block_id, 'infoStyle', 'table');