]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/wernis_functions.php
Ticket resolved, code rewrites and caching:
[mailer.git] / inc / libs / wernis_functions.php
index 7809ce6461476475e3ea7af55146550be27af15c..e8e6d9a59b95e25bfad0689e35e955e35a237d89 100644 (file)
@@ -210,7 +210,7 @@ function WERNIS_TEST_API () {
 // Widthdraw this amount
 function WERNIS_EXECUTE_WITHDRAW ($wdsId, $userMd5, $amount) {
        // Is the sponsor extension installed?
-       if (getConfig('wernis_withdraw_active') == "N") {
+       if (getConfig('wernis_withdraw_active') != "Y") {
                if (!EXT_IS_ACTIVE("sponsor")) {
                        // No, abort here
                        return false;