We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d414b6 commit 9290411Copy full SHA for 9290411
lib/task/search/arPopulateTask.class.php
@@ -20,12 +20,11 @@
20
/**
21
* Populate search index.
22
*/
23
-class arSearchPopulateTask extends sfBaseTask
+class arSearchPopulateTask extends arBaseTask
24
{
25
public function execute($arguments = [], $options = [])
26
27
- sfContext::createInstance($this->configuration);
28
- sfConfig::add(QubitSetting::getSettingsArray());
+ parent::execute($arguments, $options);
29
30
// If show-types flag set, show types available to index
31
if (!empty($options['show-types'])) {
0 commit comments