appdb/. appview.php

WineHQ wineowner at wine.codeweavers.com
Mon Apr 23 18:33:48 CDT 2007


ChangeSet ID:	31093
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2007/04/23 18:33:48

Modified files:
	.              : appview.php 

Log message:
	Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
	Fix typo in monitor creation preventing the userid value from being saved

Patch: http://cvs.winehq.org/patch.py?id=31093

Old revision  New revision  Changes     Path
 1.100         1.101         +1 -1       appdb/appview.php

Index: appdb/appview.php
diff -u -p appdb/appview.php:1.100 appdb/appview.php:1.101
--- appdb/appview.php:1.100	23 Apr 2007 23:33:48 -0000
+++ appdb/appview.php	23 Apr 2007 23:33:48 -0000
@@ -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();



More information about the wine-cvs mailing list