]> git.mxchange.org Git - mailer.git/blobdiff - inc/xml-functions.php
Use new wrapper isPhpExtensionLoaded() instead of extension_loaded().
[mailer.git] / inc / xml-functions.php
index 51a5be20fa2594566d262ae60533780d71109ae2..2d806fd7fd2db9aea8654e5ee26f1d9307c607b3 100644 (file)
@@ -129,7 +129,7 @@ function addXmlSpecialElements ($template) {
 // Parses the XML content
 function parseXmlData ($content) {
        // Is there recode?
-       if (!extension_loaded('recode')) {
+       if (!isPhpExtensionLoaded('recode')) {
                // No fallback ATM
                reportBug(__FUNCTION__, __LINE__, 'PHP extension recode is missing. Please install it.');
        } // END - if