]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/action-bank.php
More double-quotes to single-quotes
[mailer.git] / inc / modules / member / action-bank.php
index 9458b55c290cfb1719745e02070b33d4939f4f57..d8d2a1d83835d6357a58c93506ea3f262a0a524b 100644 (file)
@@ -54,7 +54,7 @@ if ((!isExtensionActive('bank')) && (!isAdmin())) {
 } // END - if
 
 // Load the include file
-$inc = sprintf("inc/modules/member/what-%s.php", getWhat());
+$inc = sprintf('inc/modules/member/what-%s.php', getWhat());
 if (isIncludeReadable($inc)) {
        // Ok, we finally load the member action module
        loadIncludeOnce($inc);