From 37ee3f132ae53f22c79ff3905fc3938d04fb7fbc Mon Sep 17 00:00:00 2001 From: SecretR Date: Mon, 14 Oct 2013 15:32:50 +0300 Subject: [PATCH] Allow non-latin meta content --- 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 cbe2215f9..4414fdb4f 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']}*"; } - elseif($fields) + else { $tableSJoinArr[] = $fields; /*$fields = explode(',', $fields);