Redirect to version-queue after moving tests. admin/adminAppQueue.php should redirect to
'version_queue' instead of 'version'
This commit is contained in:
committed by
WineHQ
parent
1107fb938b
commit
2e0831cd22
@@ -189,7 +189,7 @@ if ($aClean['sSub'])
|
||||
}
|
||||
|
||||
// redirect back to the main page
|
||||
util_redirect_and_exit(BASE."objectManager.php?sClass=version&".
|
||||
util_redirect_and_exit(BASE."objectManager.php?sClass=version_queue&".
|
||||
"bIsQueue=true&sTitle=Version%20Queue");
|
||||
}
|
||||
else if ($aClean['sSub'] == 'Delete')
|
||||
|
||||
Reference in New Issue
Block a user