Notifications
Clear all

[SOLVED] PHP-Fusion Bridge Incorrectly Sets USERUID and USERPENNAME

1 Posts
1 Users
0 Reactions
1,483 Views
 Foz
(@foz)
Posts: 16
Active Member
Topic starter
 

Just spotted this while trying to figure out why the user name was not showing in eFiction:

This is in the bridged version of get_session_vars.php:

Original Code:

define("USERUID", $userdata['user_name']);
define("USERPENNAME", $userdata['penname']);

whoops! It should be this:

define("USERUID", $userdata['user_id']);
define("USERPENNAME", $userdata['user_name']);

Hope this helps!
~ Foz

*** whoops, I forgot to mention which file, sorry!


 
Posted : 19/09/2007 5:42 am
Share: