]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-active.php
Mediadata extension now creates the guest menu link, extension 'active' fixed
[mailer.git] / inc / modules / guest / what-active.php
index e0d1a6e95ec1f76dc781caaf4edf95b769410370..ba45f0cc7a246c018b85d23bf39fe8447d77d9e6 100644 (file)
@@ -44,7 +44,7 @@ if (!defined('__SECURITY')) {
 ADD_DESCR("guest", __FILE__);
 
 // Extra field to include is by default uid
 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";
 
 // If nickname is installed the extra field is the nickname of the user
 if (EXT_IS_ACTIVE("nickname")) $ADD = "nickname";