From 2e0831cd22137e624610637415261d44b21f6def Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Sat, 21 Apr 2007 17:55:33 +0000 Subject: [PATCH] Redirect to version-queue after moving tests. admin/adminAppQueue.php should redirect to 'version_queue' instead of 'version' --- admin/adminAppQueue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/adminAppQueue.php b/admin/adminAppQueue.php index d3deefd..0440266 100644 --- a/admin/adminAppQueue.php +++ b/admin/adminAppQueue.php @@ -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')