]> git.mxchange.org Git - mailer.git/blobdiff - inc/module-functions.php
Fix for non-working ordering (pages are not yet supported, but may follow)
[mailer.git] / inc / module-functions.php
index c9c417467284459504b0c0a13ac40e517de469d9..a87301c9377c070a3d73481ccd4cf2ef9ba23004 100644 (file)
@@ -386,7 +386,7 @@ function ifModuleHasMenu ($module, $forceDb = FALSE) {
                // Free memory
                SQL_FREERESULT($result);
        } elseif (!isExtensionInstalled('sql_patches')) {
-               // No sql_patches installed, so maybe in admin/guest/member/sponsor area or no admin registered?
+               // No ext-sql_patches installed, so maybe in admin/guest/member/sponsor area or no admin registered?
                $ret = in_array($module, array('admin', 'index', 'login', 'sponsor')); // Then there is a menu!
        } else {
                // Unsupported state!