maintainerView: Add objectGetState()

This commit is contained in:
Alexander Nicolaysen Sørnes
2009-06-29 13:45:37 +02:00
parent 7861ff1cb5
commit 0a62d41cad

View File

@@ -27,6 +27,12 @@ class maintainerView
return $this->iUserId; return $this->iUserId;
} }
/* We don't queue this class or process it in any way */
function objectGetState()
{
return 'accepted';
}
function addVersionRatingInfo($oTableRow, $oVersion) function addVersionRatingInfo($oTableRow, $oVersion)
{ {
$oTableRow->AddTextCell($oVersion->objectMakeLink()); $oTableRow->AddTextCell($oVersion->objectMakeLink());