mirror of
https://github.com/e107inc/e107.git
synced 2025-07-28 18:30:53 +02:00
Replaced deprecated get_user_data() with e107::user()
This commit is contained in:
@@ -137,7 +137,7 @@ elseif ($action == 'forums')
|
||||
|
||||
/*if(is_numeric($id))
|
||||
{
|
||||
$uinfo = get_user_data($id);
|
||||
$uinfo = e107::user($id);
|
||||
$fcaption = UP_LAN_0.' '.$uinfo['user_name'];
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user