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