Merge branch '2.1.x' of dev.sourcefabric.org:airtime into 2.1.x

This commit is contained in:
denise 2012-06-11 18:08:47 -04:00
commit d8a1a17f19
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ class CcShowInstances extends BaseCcShowInstances {
public function updateDbTimeFilled(PropelPDO $con)
{
$timefilled = $this->computeDbTimeFilled($con);
if($timefilled == null){
if(is_null($timefilled)){
$timefilled = "00:00:00";
}
$this->setDbTimeFilled($timefilled);