X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fwrapper-functions.php;h=f10335f0442327aee498725935b360b2ab02f77d;hb=52e529ab69386bf89ca2921accec27b9572ab118;hp=c86787ebc2aa0b1bd191896f4dd6b9c1fe288806;hpb=40ad095ca1998aa741f2bbc0dbab8ec16dff3d1f;p=mailer.git diff --git a/inc/wrapper-functions.php b/inc/wrapper-functions.php index c86787ebc2..f10335f044 100644 --- a/inc/wrapper-functions.php +++ b/inc/wrapper-functions.php @@ -540,12 +540,12 @@ function isNicknameUsed ($userid) { } // Getter for 'what' value -function getWhat () { +function getWhat ($strict = true) { // Default is null $what = NULL; // Is the value set? - if (isWhatSet(true)) { + if (isWhatSet($strict)) { // Then use it $what = $GLOBALS['__what']; } // END - if