aboutsummaryrefslogtreecommitdiffstats
path: root/packages/lightsquid/lightsquid.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/lightsquid/lightsquid.inc')
-rw-r--r--packages/lightsquid/lightsquid.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/lightsquid/lightsquid.inc b/packages/lightsquid/lightsquid.inc
index 4097c2db..153fdb00 100644
--- a/packages/lightsquid/lightsquid.inc
+++ b/packages/lightsquid/lightsquid.inc
@@ -225,7 +225,7 @@ function lightsquid_resync() {
case 'lhp_6h': $on = true; $opt[0]= "0"; $opt[1]= "*/6"; break;
case 'lhp_8h': $on = true; $opt[0]= "0"; $opt[1]= "*/8"; break;
case 'lhp_12h': $on = true; $opt[0]= "0"; $opt[1]= "*/12"; break;
- case 'lhp_24h': $on = true; $opt[0]= "0"; $opt[1]= "*/24"; break;
+ case 'lhp_24h': $on = true; $opt[0]= "0"; $opt[1]= "0"; $opt[2]= "*/24"; break;
}
ls_setup_cron("lightsquid_parser", $opt, CRONTAB_LS_JOBKEY, $on);
} else