mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
Admin UI join query issue
This commit is contained in:
@@ -3625,7 +3625,7 @@ class e_admin_controller_ui extends e_admin_controller
|
|||||||
{
|
{
|
||||||
$tableSJoinArr[] = "{$tparams['__tablePath']}*";
|
$tableSJoinArr[] = "{$tparams['__tablePath']}*";
|
||||||
}
|
}
|
||||||
else
|
elseif($fields)
|
||||||
{
|
{
|
||||||
$tableSJoinArr[] = $fields;
|
$tableSJoinArr[] = $fields;
|
||||||
/*$fields = explode(',', $fields);
|
/*$fields = explode(',', $fields);
|
||||||
|
Reference in New Issue
Block a user