]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-surfbar.php
Rewrote some code, added templates/functions:
[mailer.git] / inc / modules / admin / action-surfbar.php
index f70a9e9099c008f843a5825805f4bc541e253127..c4c680092352f46965faddf23f6f3facc2589f7b 100644 (file)
@@ -44,7 +44,7 @@ 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);