Merge branch '2.1.x' of dev.sourcefabric.org:airtime into 2.1.x
This commit is contained in:
commit
d8a1a17f19
|
@ -162,7 +162,7 @@ class CcShowInstances extends BaseCcShowInstances {
|
||||||
public function updateDbTimeFilled(PropelPDO $con)
|
public function updateDbTimeFilled(PropelPDO $con)
|
||||||
{
|
{
|
||||||
$timefilled = $this->computeDbTimeFilled($con);
|
$timefilled = $this->computeDbTimeFilled($con);
|
||||||
if($timefilled == null){
|
if(is_null($timefilled)){
|
||||||
$timefilled = "00:00:00";
|
$timefilled = "00:00:00";
|
||||||
}
|
}
|
||||||
$this->setDbTimeFilled($timefilled);
|
$this->setDbTimeFilled($timefilled);
|
||||||
|
|
Loading…
Reference in New Issue