]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/action-extras.php
Fixes for sql_patches removal vs. password reset of admin
[mailer.git] / inc / modules / member / action-extras.php
index 2feb671d598ea476199f84b86f94dc46170e93ae..7cd95faabd5c686285da3c2481aa0e15cdc3f6ae 100644 (file)
@@ -51,7 +51,7 @@ if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))
 ADD_DESCR("member", basename(__FILE__));
 
 // Load the include file
-$INC_WHAT = sprintf(PATH."inc/modules/member/what-%s.php", $GLOBALS['what']);
+$INC_WHAT = sprintf("%sinc/modules/member/what-%s.php", PATH, $GLOBALS['what']);
 if (file_exists($INC_WHAT))
 {
        // Ok, we finally load the member action module