mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 14:05:29 +02:00
Merge pull request #69 from chillu/pulls/current-state-regression
Regression in SearchUpdater_ObjectHandler
This commit is contained in:
commit
741aab1208
@ -222,7 +222,7 @@ class SearchUpdater_ObjectHandler extends DataExtension {
|
||||
|
||||
$id = $this->owner->ID;
|
||||
$class = $this->owner->ClassName;
|
||||
$state = SearchVariant::current_state();
|
||||
$state = SearchVariant::current_state($class);
|
||||
$base = ClassInfo::baseDataClass($class);
|
||||
$key = "$id:$base:".serialize($state);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user