distribution: Make sState member private
This commit is contained in:
committed by
Chris Morgan
parent
49d334d1d1
commit
956e5391de
@@ -13,7 +13,7 @@ class distribution {
|
||||
var $sUrl;
|
||||
var $sSubmitTime;
|
||||
var $iSubmitterId;
|
||||
var $sState;
|
||||
private $sState;
|
||||
var $aTestingIds;
|
||||
|
||||
// constructor, fetches the data.
|
||||
@@ -556,6 +556,11 @@ class distribution {
|
||||
return $oOMTableRow;
|
||||
}
|
||||
|
||||
public function objectGetState()
|
||||
{
|
||||
return $this->sState;
|
||||
}
|
||||
|
||||
// Whether the user has permission to edit distributions
|
||||
function canEdit()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user