X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=admin.php;h=d8c4f7cec6633a3aec73d533678b9e126cdb7ec7;hp=29886806c58f3d5a2ff8180e9a53b96e73d47a48;hb=1cac7c65692001f226f4f2211c9de62f10953381;hpb=a090e351c49fe021fb3064325694da03402332e0 diff --git a/admin.php b/admin.php index 29886806c5..d8c4f7cec6 100644 --- a/admin.php +++ b/admin.php @@ -55,10 +55,10 @@ if (isInstalled()) { // Is the admin logged-in and no sql_patches installed? if ((IS_ADMIN()) && (!EXT_IS_ACTIVE('sql_patches'))) { // Extension 'sql_patches' is missing! - LOAD_URL("modules.php?module=admin&sql_patches=1"); + LOAD_URL('modules.php?module=admin&sql_patches=1'); } else { // Default redirect - LOAD_URL("modules.php?module=admin"); + LOAD_URL('modules.php?module=admin'); } } else { // You have to install first!