X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Faction-surfbar.php;h=ab9b4dd1e885da89b0e34ecec458e58a7de474f8;hb=f6014bce7255a915872f2f463247440c0d58f9a9;hp=09bc3a02c7889f17c8de567fa78198b206b7ac54;hpb=0a37fc5afcd828646d4e62e68fea07c3d2c54a87;p=mailer.git diff --git a/inc/modules/member/action-surfbar.php b/inc/modules/member/action-surfbar.php index 09bc3a02c7..ab9b4dd1e8 100644 --- a/inc/modules/member/action-surfbar.php +++ b/inc/modules/member/action-surfbar.php @@ -57,7 +57,7 @@ if ((!isExtensionActive('surfbar')) && (!isAdmin())) { $inc = sprintf("inc/modules/member/what-%s.php", getWhat()); if (isIncludeReadable($inc)) { // Ok, we finally load the member action module - loadInclude($inc); + loadIncludeOnce($inc); } else { addFatalMessage(__FILE__, __LINE__, '{--MEMBER_WHAT_404--}'); }