A lot double-quotes rewritten to single-quotes, global fix for getMessage() calls
[mailer.git] / inc / libs / sponsor_functions.php
index 3b639ad7657b4b26b6f95eff57799f81331fee0f..cd03892d855ca18c8ab6a7af28b5b35c5116ec18 100644 (file)
@@ -37,7 +37,7 @@
 
 // Some security stuff...
 if (!defined('__SECURITY')) {
-       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4)."/security.php";
+       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php';
        require($INC);
 }