Skip to content

Commit

Permalink
Feat(User): add default_entity
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz committed Sep 13, 2024
1 parent 9c78e6f commit 606ddd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/userinjection.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public function getOptions($primary_type = '')

//Remove some options because some fields cannot be imported
$blacklist = PluginDatainjectionCommonInjectionLib::getBlacklistedOptions(get_parent_class($this));
$notimportable = [13, 14, 15, 17, 20, 23, 30, 31, 60, 61, 77, 91, 92, 93];
$notimportable = [13, 14, 15, 17, 20, 23, 30, 31, 60, 61, 91, 92, 93];

$options['ignore_fields'] = array_merge($blacklist, $notimportable);

Expand Down

0 comments on commit 606ddd8

Please sign in to comment.