From 0a62d41cad06203da97a5a5b07d859f748a4df45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Mon, 29 Jun 2009 13:45:37 +0200 Subject: [PATCH] maintainerView: Add objectGetState() --- include/maintainerView.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/maintainerView.php b/include/maintainerView.php index df8591b..90883be 100644 --- a/include/maintainerView.php +++ b/include/maintainerView.php @@ -27,6 +27,12 @@ class maintainerView return $this->iUserId; } + /* We don't queue this class or process it in any way */ + function objectGetState() + { + return 'accepted'; + } + function addVersionRatingInfo($oTableRow, $oVersion) { $oTableRow->AddTextCell($oVersion->objectMakeLink());