Skip to content

Commit

Permalink
Change search populate base task (#1615)
Browse files Browse the repository at this point in the history
Update search:populate base to arBaseTask instead of sfBaseTask.
  • Loading branch information
anvit committed Jul 19, 2023
1 parent d996e1c commit e6e1d09
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/task/search/arPopulateTask.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@
/**
* Populate search index.
*/
class arSearchPopulateTask extends sfBaseTask
class arSearchPopulateTask extends arBaseTask
{
public function execute($arguments = [], $options = [])
{
sfContext::createInstance($this->configuration);
sfConfig::add(QubitSetting::getSettingsArray());
parent::execute($arguments, $options);

// If show-types flag set, show types available to index
if (!empty($options['show-types'])) {
Expand Down

0 comments on commit e6e1d09

Please sign in to comment.