Fix typo in monitor creation preventing the userid value from being saved
This commit is contained in:
committed by
WineHQ
parent
a5492e199a
commit
b18a91cca7
@@ -113,7 +113,7 @@ if ($aClean['sSub'])
|
||||
if($aClean['sSub'] == 'StartMonitoring')
|
||||
{
|
||||
$oMonitor = new Monitor();
|
||||
$oMonitor->iuserId = $_SESSION['current']->iUserId;
|
||||
$oMonitor->iUserId = $_SESSION['current']->iUserId;
|
||||
$oMonitor->iAppId = $aClean['iAppId'];
|
||||
$oMonitor->iVersionId = $aClean['iVersionId'];
|
||||
$oMonitor->create();
|
||||
|
||||
Reference in New Issue
Block a user