diff --git a/nodes/core/core/20-inject.html b/nodes/core/core/20-inject.html index 38aa6efeb..e3ecd245a 100644 --- a/nodes/core/core/20-inject.html +++ b/nodes/core/core/20-inject.html @@ -355,7 +355,7 @@ repeat = count * 60; } else if (units == "h") { //crontab = "0 */"+count+" * * "+days; - repeat = count * 60 * 24; + repeat = count * 60 * 60; } } } else if (type == "interval-time") {