1
This commit is contained in:
parent
684248cdb4
commit
2b613c607b
@ -285,7 +285,6 @@ class KefuController {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if ($this->sendAwardMail($accountid, $awardConfig)) {
|
if ($this->sendAwardMail($accountid, $awardConfig)) {
|
||||||
error_log(json_encode($awardConfig));
|
|
||||||
$ret = $conn->execScript("UPDATE accounts SET " .
|
$ret = $conn->execScript("UPDATE accounts SET " .
|
||||||
' awardtime=:awardtime ' .
|
' awardtime=:awardtime ' .
|
||||||
'WHERE accountid=:accountid; ',
|
'WHERE accountid=:accountid; ',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user