More double-quotes to single-quotes
[mailer.git] / inc / modules / admin / action-doubler.php
index 4807bed24313966602b1406f9edf81d425158def..cbbcec737345083657d9a563bd208650ce9998df 100644 (file)
@@ -44,12 +44,12 @@ if ((!defined('__SECURITY')) || (!isAdmin())) {
 addYouAreHereLink('admin', __FILE__);
 
 // Load the include file
-$inc = sprintf("inc/modules/admin/what-%s.php", getWhat());
+$inc = sprintf('inc/modules/admin/what-%s.php', getWhat());
 if (isIncludeReadable($inc)) {
        // Ok, we finally load the admin action module
        loadIncludeOnce($inc);
 } else {
-       // "what file" not found
+       // 'what file' not found
        addFatalMessage(__FILE__, __LINE__, '{--ADMIN_WHAT_404--}');
 }