mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
User extended fixes
This commit is contained in:
@@ -415,12 +415,13 @@ class users_ext
|
||||
|
||||
function showExtendedList()
|
||||
{
|
||||
global $ue, $curtype, $tp, $mySQLdefaultdb, $action, $sub_action;
|
||||
global $curtype, $mySQLdefaultdb, $action, $sub_action;
|
||||
|
||||
$ue = e107::getUserExt();
|
||||
$frm = e107::getForm();
|
||||
$ns = e107::getRender();
|
||||
$sql = e107::getDb();
|
||||
$tp = e107::getParser();
|
||||
|
||||
$extendedList = $ue->user_extended_get_fields();
|
||||
|
||||
|
Reference in New Issue
Block a user