X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-repair.php;h=d3b1a5d0f80b42d3ed89ee259590b70629a45033;hb=1f507f190ba73b50dc005b6d5597422f239b3761;hp=d3afb2ba9a1ead61972f25f3c7d2467d2474c5ab;hpb=5bdeaf8b452206598b6c6cd4f941145b11a0eccc;p=mailer.git diff --git a/inc/extensions/ext-repair.php b/inc/extensions/ext-repair.php index d3afb2ba9a..d3b1a5d0f8 100644 --- a/inc/extensions/ext-repair.php +++ b/inc/extensions/ext-repair.php @@ -56,7 +56,7 @@ case "register": // Do stuff when installation is running (modules.php?module=ad case "remove": // Do stuff when removing extension // SQL commands to run - $SQLs[] = "DELETE LOW_PRIORITY FROM `{!_MYSQL_PREFIX!}_admin_menu` WHERE action='repair' LIMIT 5"; + $SQLs[] = "DELETE LOW_PRIORITY FROM `{!_MYSQL_PREFIX!}_admin_menu` WHERE `action`='repair' LIMIT 5"; break; case "activate": // Do stuff when admin activates this extension