More double-quotes to single-quotes
[mailer.git] / inc / modules / member / action-
index f63cc9119d0f6fac03f2d1db0259ae949a6de316..5c078f59c2943934f301e52e444d525d25f9ea9e 100644 (file)
@@ -54,7 +54,7 @@ if ((!isExtensionActive('')) && (!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);