Fix handling of rejected applications
This commit is contained in:
committed by
WineHQ
parent
23ca478ce0
commit
49b1e9b78a
@@ -271,9 +271,10 @@ if ($aClean['sSub'])
|
||||
}
|
||||
|
||||
if ($aClean['sSub'] == 'view' &&
|
||||
($aClean['sAppName'] || $aClean['sAppType'] != "application"))
|
||||
($aClean['sAppName'] || $aClean['iAppId'] || $aClean['sAppType'] != "application"))
|
||||
{
|
||||
/* The appname is already entered in the potential duplicates step */
|
||||
if(!$oApp->sName)
|
||||
$oApp->sName = $aClean['sAppName'];
|
||||
|
||||
$x = new TableVE("view");
|
||||
|
||||
Reference in New Issue
Block a user