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:
@@ -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']);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user