no message
This commit is contained in:
parent
ae8d70f965
commit
4b3fe718b3
@ -140,10 +140,16 @@ class Dove extends Base {
|
|||||||
|
|
||||||
public function uncheck($aParam)
|
public function uncheck($aParam)
|
||||||
{
|
{
|
||||||
$aParam['iSetValue'] = 0;
|
$sCode = $aParam["aArg"][1];
|
||||||
$r = $this->set($aParam);
|
|
||||||
|
|
||||||
return $r;
|
$r = ModelDoveSite::where("code", $sCode)->update(["dove_checked" => 0]);
|
||||||
|
|
||||||
|
return $this->now();
|
||||||
|
|
||||||
|
// $aParam['iSetValue'] = 0;
|
||||||
|
// $r = $this->set($aParam);
|
||||||
|
//
|
||||||
|
// return $r;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function now()
|
public function now()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user