Skip to content
Snippets Groups Projects
Commit db42343a authored by Demian Katz's avatar Demian Katz
Browse files

Merge branch 'release-3.1'

parents 3ecfa428 224d3e63
No related merge requests found
......@@ -32,6 +32,7 @@ dub = "Kyseenalainen tekijä"
edt = "Toimittaja"
egr = "Kaivertaja"
fac = "Jäljenteen toteuttaja"
fds = "Levittäjä"
flm = "Leikkaaja"
fmp = "Tuottaja"
fnd = "Rahoittaja"
......
......@@ -73,7 +73,7 @@ class Search extends Gateway
}
$eventFeature = new Feature\EventFeature();
$eventFeature->getEventManager()->attach(
Feature\EventFeature::EVENT_PRE_INSERT, [$this, 'onPreInsert']
Feature\EventFeature::EVENT_PRE_INITIALIZE, [$this, 'onPreInsert']
);
$this->featureSet->addFeature($eventFeature);
}
......@@ -82,7 +82,7 @@ class Search extends Gateway
}
/**
* Customize the Insert object to include extra metadata about the
* Customize the database object to include extra metadata about the
* search_object field so that it will be written correctly. This is
* triggered only when we're interacting with PostgreSQL; MySQL works fine
* without the extra hint.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment