X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Fwhat-active.php;h=ba45f0cc7a246c018b85d23bf39fe8447d77d9e6;hp=e0d1a6e95ec1f76dc781caaf4edf95b769410370;hb=e8b99d201eaf3ef83bb83e6b42f146752a06721a;hpb=8454545089b9b77695498cd855cf50075151d957 diff --git a/inc/modules/guest/what-active.php b/inc/modules/guest/what-active.php index e0d1a6e95e..ba45f0cc7a 100644 --- a/inc/modules/guest/what-active.php +++ b/inc/modules/guest/what-active.php @@ -44,7 +44,7 @@ if (!defined('__SECURITY')) { ADD_DESCR("guest", __FILE__); // Extra field to include is by default uid -$ADD = "uid"; +$ADD = "userid"; // If nickname is installed the extra field is the nickname of the user if (EXT_IS_ACTIVE("nickname")) $ADD = "nickname";