Skip to content

Commit 5430079

Browse files
authored
fix(lang): reset lang before construct searchoption
1 parent 1658dd1 commit 5430079

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

inc/object.class.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -861,6 +861,8 @@ function rawSearchOptions() {
861861
// Prevent usage of reserved and blacklisted indexes
862862
$taken_indexes = array_merge($index_exceptions, $blacklisted_indexes);
863863

864+
plugin_genericobject_includeCommonFields(true);
865+
864866
foreach (PluginGenericobjectSingletonObjectField::getInstance(get_called_class())
865867
as $field => $values
866868
) {

0 commit comments

Comments
 (0)