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