Fix scrutinizer
This commit is contained in:
parent
e574ec4bf1
commit
9355c5a8d7
@ -4694,7 +4694,7 @@ abstract class CommonObject
|
||||
if ($this->array_options[$key] != '' && is_array($extrafields->attributes[$this->table_element]['param'][$attributeKey]['options']))
|
||||
{
|
||||
// If there is an encryption choice, we use it to crypt data before insert
|
||||
$tmparrays = array_keys($extrafields->attributes[$this->table_element]['param'][$attributeKey]['options'])
|
||||
$tmparrays = array_keys($extrafields->attributes[$this->table_element]['param'][$attributeKey]['options']);
|
||||
$algo=reset($tmparrays);
|
||||
if ($algo != '')
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user