Record submitter id when queueing apps
This commit is contained in:
@@ -126,7 +126,7 @@ class Application {
|
||||
'webPage' => $sWebpage,
|
||||
'vendorId' => $iVendorId,
|
||||
'catId' => $iCatId,
|
||||
'submitterId'=> $_REQUEST['current']->iUserId,
|
||||
'submitterId'=> $_SESSION['current']->iUserId,
|
||||
'queued' => $this->bQueued ));
|
||||
$sFields = "({$aInsert['FIELDS']})";
|
||||
$sValues = "({$aInsert['VALUES']})";
|
||||
|
||||
@@ -130,7 +130,7 @@ class Version {
|
||||
'maintainer_release'=> $sTestedRelease,
|
||||
'maintainer_rating' => $sTestedRating,
|
||||
'appId' => $iAppId,
|
||||
'submitterId' => $_REQUEST['current']->iUserId,
|
||||
'submitterId' => $_SESSION['current']->iUserId,
|
||||
'queued' => $this->bQueued ));
|
||||
$sFields = "({$aInsert['FIELDS']})";
|
||||
$sValues = "({$aInsert['VALUES']})";
|
||||
|
||||
Reference in New Issue
Block a user