From 3e077cc4c838b433c321a21ced20f02f023f3b80 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 16 May 2008 22:12:08 +0000 Subject: [PATCH 1/1] Redirect fixed... *sigh* admin.php is a redirector itself. --- inc/modules/admin/what-extensions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/modules/admin/what-extensions.php b/inc/modules/admin/what-extensions.php index ce97012cdd..b761a95fff 100644 --- a/inc/modules/admin/what-extensions.php +++ b/inc/modules/admin/what-extensions.php @@ -308,7 +308,7 @@ case "register": // Register new extension // Is this sql_patches? Then we need to auto-logout! if ($ext_name == "sql_patches") { // Auto-logout here - LOAD_URL("admin.php?module=admin&logout=1&sql_patches=1"); + LOAD_URL("modules.php?module=admin&logout=1&sql_patches=1"); } // Extension was found and successfully registered -- 2.30.2