diff --git a/include/maintainerView.php b/include/maintainerView.php index fe89ff7..b9c0733 100644 --- a/include/maintainerView.php +++ b/include/maintainerView.php @@ -22,6 +22,11 @@ class maintainerView $this->bViewingSelf = false; } + static function objectGetId() + { + return $this->iUserId; + } + function addVersionRatingInfo($oTableRow, $oVersion) { $oTableRow->AddTextCell($oVersion->objectMakeLink());