1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +02:00

Allow non-latin meta content

This commit is contained in:
SecretR
2013-10-14 15:32:50 +03:00
parent 7ab682d4fa
commit 37ee3f132a

View File

@@ -3625,7 +3625,7 @@ class e_admin_controller_ui extends e_admin_controller
{ {
$tableSJoinArr[] = "{$tparams['__tablePath']}*"; $tableSJoinArr[] = "{$tparams['__tablePath']}*";
} }
elseif($fields) else
{ {
$tableSJoinArr[] = $fields; $tableSJoinArr[] = $fields;
/*$fields = explode(',', $fields); /*$fields = explode(',', $fields);