summaryrefslogtreecommitdiff
path: root/modules/todays_events/module.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/todays_events/module.php')
-rw-r--r--modules/todays_events/module.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/todays_events/module.php b/modules/todays_events/module.php
index 6659e1c458..85b37c81eb 100644
--- a/modules/todays_events/module.php
+++ b/modules/todays_events/module.php
@@ -45,7 +45,7 @@ class todays_events_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_IMAGE_DIR, $WT_IMAGES, $DAYS_TO_SHOW_LIMIT, $THEME_DIR;
+ global $ctype, $TEXT_DIRECTION, $WT_IMAGE_DIR, $WT_IMAGES, $THEME_DIR;
$filter =get_block_setting($block_id, 'filter', true);
$onlyBDM =get_block_setting($block_id, 'onlyBDM', true);