1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-10 16:46:50 +02:00

IP handler checks and fixes.

This commit is contained in:
Cameron
2016-05-25 15:10:00 -07:00
parent 0b96543a1a
commit ec36f1dc87
7 changed files with 80 additions and 9 deletions

View File

@@ -451,6 +451,7 @@ e107::js('footer-inline', js());
if(isset($new_data['user_extended_struct_values']))
{
$new_data['user_extended_struct_values'] = array_filter($new_data['user_extended_struct_values']);
$new_data['user_extended_struct_values'] = implode(',',$new_data['user_extended_struct_values']);
}