]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/action-surfbar.php
Most <em> tags replaced/removed
[mailer.git] / inc / modules / member / action-surfbar.php
index 09bc3a02c7889f17c8de567fa78198b206b7ac54..ab9b4dd1e885da89b0e34ecec458e58a7de474f8 100644 (file)
@@ -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--}');
 }