]> git.mxchange.org Git - mailer.git/blobdiff - admin.php
More rewrites from double- to single-quote
[mailer.git] / admin.php
index 29886806c58f3d5a2ff8180e9a53b96e73d47a48..d8c4f7cec6633a3aec73d533678b9e126cdb7ec7 100644 (file)
--- 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!