Redirect fixed... *sigh* admin.php is a redirector itself.
authorRoland Häder <roland@mxchange.org>
Fri, 16 May 2008 22:12:08 +0000 (22:12 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 16 May 2008 22:12:08 +0000 (22:12 +0000)
inc/modules/admin/what-extensions.php

index ce97012cddc2e3df426ca24181de230648665788..b761a95fff528e21504e2cf30f9dfe134021032e 100644 (file)
@@ -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