Use the correct (non-capitalized) name for resolution

This commit is contained in:
Tony Lambregts
2005-08-13 01:54:15 +00:00
committed by WineHQ
parent 1570a91d9d
commit fc2c9afdbc

View File

@@ -52,7 +52,7 @@ class Bug {
$oRow = mysql_fetch_object($hResult);
$this->sShort_desc = $oRow->short_desc;
$this->sBug_status = $oRow->bug_status;
$this->sResolution = $oRow->Resolution;
$this->sResolution = $oRow->resolution;
}
}
}