X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmysql-manager.php;h=4f2c89ca681ed7aa7032b0e7fa4fcceafeb02a6e;hp=504e0ebb11d4f4e3de64293675cbbf1e0546f3fb;hb=f36ab6ae1503ee54a7c9d0083a8089286d8b37ef;hpb=4bd12d7c844163f67cca3489aa0b6c9af61d8adb diff --git a/inc/mysql-manager.php b/inc/mysql-manager.php index 504e0ebb11..4f2c89ca68 100644 --- a/inc/mysql-manager.php +++ b/inc/mysql-manager.php @@ -912,7 +912,7 @@ function GET_ACTION ($MODE, &$wht) { // Free memory SQL_FREERESULT($result); - } elseif (GET_EXT_VERSION("sql_patches") == "") { + } elseif ((GET_EXT_VERSION("sql_patches") == "") && ($MODE != "admin")) { // No sql_patches installed! LOAD_URL("admin.php"); }