]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/action-order.php
More double-quotes to single-quotes
[mailer.git] / inc / modules / member / action-order.php
index 83c512509a41a06073e37f9ee68f698c1cb97153..37ad2d092d8639102db12eb45e7983c17fb63b08 100644 (file)
@@ -54,7 +54,7 @@ if ((!isExtensionActive('order')) && (!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);