summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/recent_changes/module.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/recent_changes/module.php b/modules/recent_changes/module.php
index b7600a15fd..769fb7cb55 100644
--- a/modules/recent_changes/module.php
+++ b/modules/recent_changes/module.php
@@ -47,7 +47,7 @@ class recent_changes_WT_Module extends WT_Module implements WT_Module_Block {
public function getBlock($block_id, $template=true) {
global $ctype, $WT_IMAGE_DIR, $WT_IMAGES, $THEME_DIR;
- $days =get_block_setting($block_id, 'days', 30);
+ $days=get_block_setting($block_id, 'days', 7);
$hide_empty=get_block_setting($block_id, 'hide_empty', false);
$found_facts=get_recent_changes(WT_CLIENT_JD-$days);