X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-rewrite.php;h=d636469b7a952fced8760be325b59326ad665904;hb=60c6d7a179157acd6e5f6df2ed8968980aebe193;hp=61f3ab1a18f9abe1b4dad6dab4bb46776a2c9ee6;hpb=ae3dec50dc9e51c8cc08939017763839493f7064;p=mailer.git diff --git a/inc/extensions/ext-rewrite.php b/inc/extensions/ext-rewrite.php index 61f3ab1a18..d636469b7a 100644 --- a/inc/extensions/ext-rewrite.php +++ b/inc/extensions/ext-rewrite.php @@ -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);