]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-rewrite.php
Possible fix for non-working profile update
[mailer.git] / inc / extensions / ext-rewrite.php
index 61f3ab1a18f9abe1b4dad6dab4bb46776a2c9ee6..d636469b7a952fced8760be325b59326ad665904 100644 (file)
@@ -53,7 +53,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0
 
 switch ($EXT_LOAD_MODE)
 {
-       case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+       case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
                // Check if mod_rewrite is loadeded
                if (!isApacheModuleLoaded('mod_rewrite')){
                        EXT_SET_REPORTS_FAILURE(true);