Skip to content
Snippets Groups Projects
Commit cacd3ea4 authored by Jared Hancock's avatar Jared Hancock
Browse files

oops: Fix lint crash

parent 2ee07424
Branches
Tags
No related merge requests found
......@@ -471,7 +471,8 @@ class MysqlSearchBackend extends SearchBackend {
return false;
// Start rebuilding the index
$this->getConfig()->set('reindex', 1);
$config = new MySqlSearchConfig();
$config->set('reindex', 1);
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment