X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Faction-bank.php;h=4b01b03a09248676b948a5ed73e1267c1c1b273a;hp=71f304155e778a6adf8c2477c5b647d6378ff38d;hb=61bddb167e29e7275f5a1c9fa8cb80431fa5ee6f;hpb=82dcf972777053767f82154d7d89700f9ba55736 diff --git a/inc/modules/member/action-bank.php b/inc/modules/member/action-bank.php index 71f304155e..4b01b03a09 100644 --- a/inc/modules/member/action-bank.php +++ b/inc/modules/member/action-bank.php @@ -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