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