]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/action-logout.php
Fixes for sql_patches removal vs. password reset of admin
[mailer.git] / inc / modules / member / action-logout.php
index 440503f750ae0daadbeb733bace6a0cd225bdd03..1a35520733d02f9759a1e9ae09e7fa6e7e7fc2bd 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