no message
This commit is contained in:
parent
c1e66bad5d
commit
0b999804fe
@ -33,9 +33,9 @@ class Cron extends Base {
|
|||||||
|
|
||||||
$oServicesCron = new ServicesCron();
|
$oServicesCron = new ServicesCron();
|
||||||
|
|
||||||
$oServicesCron->setTestH = 0;
|
$oServicesCron->setTestH(0);
|
||||||
$oServicesCron->setTestI = 0;
|
$oServicesCron->setTestI(0);
|
||||||
$oServicesCron->setTestS = 0;
|
$oServicesCron->setTestS(0);
|
||||||
|
|
||||||
if ($sType == "h") {
|
if ($sType == "h") {
|
||||||
$oServicesCron->setTestH($sValue);
|
$oServicesCron->setTestH($sValue);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user