From e4e9aea83009bd74609b0cd9c588b208bc8fd772 Mon Sep 17 00:00:00 2001 From: SecretR Date: Sat, 7 Sep 2013 16:53:58 +0300 Subject: [PATCH] Admin UI join query issue --- e107_handlers/admin_ui.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_handlers/admin_ui.php b/e107_handlers/admin_ui.php index 4414fdb4f..cbe2215f9 100644 --- a/e107_handlers/admin_ui.php +++ b/e107_handlers/admin_ui.php @@ -3625,7 +3625,7 @@ class e_admin_controller_ui extends e_admin_controller { $tableSJoinArr[] = "{$tparams['__tablePath']}*"; } - else + elseif($fields) { $tableSJoinArr[] = $fields; /*$fields = explode(',', $fields);