summaryrefslogtreecommitdiff
path: root/lib/Multi/Maintenance.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2011-04-29 12:11:28 +0200
committerYorhel <git@yorhel.nl>2011-04-29 12:11:28 +0200
commit67afab5bfa32662f53699eb2fe37a9adec86a1ab (patch)
treef683ad9819a7249aed7b715cb22b6c79eb18b39c /lib/Multi/Maintenance.pm
parentd1937fbfbc4996a524fe1649c081d9a486a34ab7 (diff)
affiliates: +data column, hide hidden links, better browser, Multi fixes
Diffstat (limited to 'lib/Multi/Maintenance.pm')
-rw-r--r--lib/Multi/Maintenance.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Multi/Maintenance.pm b/lib/Multi/Maintenance.pm
index fb0c336f..33154f9b 100644
--- a/lib/Multi/Maintenance.pm
+++ b/lib/Multi/Maintenance.pm
@@ -46,6 +46,7 @@ sub _start {
sub shutdown {
$_[KERNEL]->delay('daily');
$_[KERNEL]->delay('monthly');
+ $_[KERNEL]->delay('vnsearch_check');
$_[KERNEL]->alias_remove('maintenance');
}