Fix typo in monitor creation preventing the userid value from being saved

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-04-23 23:33:47 +00:00
committed by WineHQ
parent a5492e199a
commit b18a91cca7

View File

@@ -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();