Fixed #1583 not repeated Tasks getting repeated

This commit is contained in:
Shoghi Cervantes 2014-07-09 20:07:35 +02:00
parent 3e53ecdfb3
commit 981796fd4c

View File

@ -172,7 +172,7 @@ class ServerScheduler{
$delay = -1;
}
if($period < -1){
if($period <= -1){
$period = -1;
}elseif($period < 1){
$period = 1;