]> git.mxchange.org Git - mailer.git/blobdiff - inc/wrapper-functions.php
TODOs.txt updated, TODO added for SUB_POINTS(), some rewrites, fix for isWhatSet()
[mailer.git] / inc / wrapper-functions.php
index 7cc9c9ec6b37bde0e5951792cd4354b8917d15e7..3622206589027c3680d34c714c2dfaacb03bbf3a 100644 (file)
@@ -476,7 +476,7 @@ function setWhatFromConfig ($configEntry) {
 // Checks wether what is set and optionally aborts on miss
 function isWhatSet ($abortOnMiss =  false) {
        // Check for it
-       $isset = (!empty($GLOBALS['what']));
+       $isset = (isset($GLOBALS['what']));
 
        // Should we abort here?
        if (($abortOnMiss === true) && ($isset === false)) {